adams.bria
Registered User.
- Local time
- Today, 12:46
- Joined
- Apr 28, 2010
- Messages
- 41
So the structure essentially is view only form from tbl_data.
Then a subform to set the characteristics of that entry referencing tbl_chars
The characteristics are all yes/no except one, which is a memo. The memo is triggered if yes is answered as one of the chars. How I want it work is a pop-up form that the user enters the memo in, and then closes.
Any advice on how I should do it? My issue is getting the pop-up to filter to the active record. I have tried a couple of things, and what always happens is if I type "example explain memo" in the box, then go to the next record and open the pop-up, the same text appears and it deletes it from the old record and stores it under the new record.
Thanks
Then a subform to set the characteristics of that entry referencing tbl_chars
The characteristics are all yes/no except one, which is a memo. The memo is triggered if yes is answered as one of the chars. How I want it work is a pop-up form that the user enters the memo in, and then closes.
Any advice on how I should do it? My issue is getting the pop-up to filter to the active record. I have tried a couple of things, and what always happens is if I type "example explain memo" in the box, then go to the next record and open the pop-up, the same text appears and it deletes it from the old record and stores it under the new record.
Thanks