varunvithalani
Registered User.
- Local time
- Today, 19:16
- Joined
- May 11, 2010
- Messages
- 19
Hello,
I have 2 forms. Let me call them form1 and form2. Both these forms have their tables as data sources.
What I wish to do is: By pressing a button in form1, I want to copy the contents of the previous record in form2 to the next record in form2.
Currently, when I tried this I am unable to access the previous records of form2 at all. (not even from form2 itself). Does it have something to do with the Primary key that the record pointer does not move to the previous one.
I have an autonumber as a pk in form2's table.
Kindly suggest me a solution if possible. Thank you.
I have 2 forms. Let me call them form1 and form2. Both these forms have their tables as data sources.
What I wish to do is: By pressing a button in form1, I want to copy the contents of the previous record in form2 to the next record in form2.
Currently, when I tried this I am unable to access the previous records of form2 at all. (not even from form2 itself). Does it have something to do with the Primary key that the record pointer does not move to the previous one.
I have an autonumber as a pk in form2's table.
Kindly suggest me a solution if possible. Thank you.