Alec
|
| Posted: 02/20/2002, 10:25 AM |
|
I have a record form with 2 listboxes. They list TIMES in text format (char) for exaqmple 1:00 AM;1:00 AM;2:00 AM;2:00 AM etc. THis inserts the time into the table. The table had an ID lets call it SomeID. Now here is the problem. a have a link that outputs SomeID and links to a page with the record form wich is listening for SomeID. If I Update the record it DOES WORK so it is getting the value my problem is that if there are already times in the row the dropdowns don'r reflect that. they just show the first value in the list. can i get the drop down boxes to automaticly show the correct value (if one is present)?
|
|
|
 |
peter
|
| Posted: 02/20/2002, 11:51 AM |
|
I would also like to know the solution. I just experienced the same issue.
|
|
|
 |
Nicole
|
| Posted: 02/21/2002, 1:18 AM |
|
Alec,
for select SomeID field as source for ListBox field.
|
|
|
 |
|