Harry Shmedlap
Registered User.
- Local time
- Today, 17:23
- Joined
- Aug 9, 2005
- Messages
- 51
I have a table, called TableData with several records. The form to view this table is called FormData which is formatted to show only one record of TableData.
Another table, TableConfig, has only one record and is used to shows my current configuration. One field, FieldDataCurrent, is the ID of the record last selected in FormData.
How do I do the following:
When FormData is opened, it reads in TableConfig.FieldDataCurrent and displays the corresponding fields for that record?
Thanks in advance
Another table, TableConfig, has only one record and is used to shows my current configuration. One field, FieldDataCurrent, is the ID of the record last selected in FormData.
How do I do the following:
When FormData is opened, it reads in TableConfig.FieldDataCurrent and displays the corresponding fields for that record?
Thanks in advance