AC5FF
Registered User.
- Local time
- Today, 08:08
- Joined
- Apr 6, 2004
- Messages
- 552
I am not sure where I went wrong. I thought this would work easy but it's not acting as I expected.
I've got two tables - 1: Address Book; 2: Changes
The Address Book table has all the data.
The Changes table I just have 4 fields; Name (to tie back to Address Book) and Submit, Complete, and Request fields
First off I have View form to select which name. This contains a drop down box so the user can select the name he/she wants to look at. They can then click "View" to open a report that shows them all the info for that particular name selected. OR they can click "Change" to request a change be made to that particular address record.
When they click "Change" I want a 2nd form to open just using fields from the "Changes" table. The form works as expected, it auto populates the Name and Submit fields based on "Like [forms]![Address Select].[FullName]" for the Name field and "=now()" for the Submit field. But when I type information into the Request field and close the form the only data stored is the Request field information. The Name and Submit information for that record remains blank.
Am I missing something simple??
I've got two tables - 1: Address Book; 2: Changes
The Address Book table has all the data.
The Changes table I just have 4 fields; Name (to tie back to Address Book) and Submit, Complete, and Request fields
First off I have View form to select which name. This contains a drop down box so the user can select the name he/she wants to look at. They can then click "View" to open a report that shows them all the info for that particular name selected. OR they can click "Change" to request a change be made to that particular address record.
When they click "Change" I want a 2nd form to open just using fields from the "Changes" table. The form works as expected, it auto populates the Name and Submit fields based on "Like [forms]![Address Select].[FullName]" for the Name field and "=now()" for the Submit field. But when I type information into the Request field and close the form the only data stored is the Request field information. The Name and Submit information for that record remains blank.
Am I missing something simple??