Roy riggsjø
Registered User.
- Local time
- Today, 04:18
- Joined
- Apr 11, 2008
- Messages
- 11
i have two tables.
table 1
table 2
i have created a form for table 1. in this form i have a dropdown list of the records in table 2. so i wonder how i can flag one of the records in table 2 as selected when i choose this record in the dropdown list.
my idea is to use an field in table 2, "selected", and then write a code/VBA for Afterupdate on the dropdown list in the form which sets the actual "selected" field to True.
so my question is how to write a value to a table from a non linked form?
find record
edit record
Thank you!!
table 1
table 2
i have created a form for table 1. in this form i have a dropdown list of the records in table 2. so i wonder how i can flag one of the records in table 2 as selected when i choose this record in the dropdown list.
my idea is to use an field in table 2, "selected", and then write a code/VBA for Afterupdate on the dropdown list in the form which sets the actual "selected" field to True.
so my question is how to write a value to a table from a non linked form?
find record
edit record
Thank you!!