michalgut25
Registered User.
- Local time
- Today, 11:25
- Joined
- Jan 28, 2013
- Messages
- 15
I'm looking for three days solution and I can't find. I'm beginner in access so it is too hard for me. Please help me!
I will put this code in "On load" on my form.
This code should add a new record in OrderTab, take a number from AutoNumber, then plus text from "year" column in the same table (there is default value) and past into Me![Order_number]
Example
1)new AutoNumber is 8
2)+"/13" - text from "year" column which is defaullt value
3) past 8/13 to Me![Order_number]
I will put this code in "On load" on my form.
This code should add a new record in OrderTab, take a number from AutoNumber, then plus text from "year" column in the same table (there is default value) and past into Me![Order_number]
Example
1)new AutoNumber is 8
2)+"/13" - text from "year" column which is defaullt value
3) past 8/13 to Me![Order_number]
Last edited: