Click to See Complete Forum and Search --> : Random file


Eddie
November 29th, 1998, 12:20 PM
I am having problems using a listbox and a random file.

If I don't make sense I'm sorry. I am really a begginer.

I have


Public Type contact

first as string * 30

last as string * 30

title as string * 30

company as string * 30

then I have form that asks for these things

I would like my random file to add a record with all that info

and display the first and last name in a listbox on a different form. Please help my assignment is due on Tuesday and I haven't been able to figure this out.


Thanks


Eddie