I have a form that isn't bound to a table, so it's for users to enter their own data (registeration form), I don't want the current data from the table shown in the form, hence why it's unbound. Also there is a field in the table that I want to send the data into, age category, if the user has inputted their age as between 11-18 then it has to be stated in the table as junior, 18-40 adult and 40+ senior,any ideas on what the code would be, this is a basis on what I have so far;
I am not entirely sure as I am relatively new to using vba
many thanks in advance
Code:
If Me.Age < 11 > 18 Then DoCmd.GoToRecord , , acNewRec
many thanks in advance