bloody_football
Registered User.
- Local time
- Tomorrow, 09:11
- Joined
- Sep 8, 2004
- Messages
- 70
Making record in one form equal record in another form
A) In one form I have acceptance numbers which I wish to copy across to another record in another form (no I don't want to simply link them).
The code I am using is
I know this code is totally wrong but I am only new to access.
B) Another question, how do I change a record?
If I want 'Me.Accept' changed from '9' to 'AC9' (yes the number will always be the same), what is the code for it?
A) In one form I have acceptance numbers which I wish to copy across to another record in another form (no I don't want to simply link them).
The code I am using is
Code:
Me.ReleaseNo = FormFrom.ReleaseAcceptance where Me.ID=FormFrom.QuoteID
B) Another question, how do I change a record?
If I want 'Me.Accept' changed from '9' to 'AC9' (yes the number will always be the same), what is the code for it?
Last edited: