I have a form where after you select an option from a combo box, it will show a new record ready for data entry, however it is a continuous form and so you can view the previous records on the same form which is really handy.
However, I've recently copied this database, renamed it and for some reason the form no longer shows a new record it just shows all previously entered records and will not only show a new record. If you changed the view to single forms it is okay, but I want it so when you goto the previous record it shows these on the form also (i.e more than one record at time).
I've checked the vb code on the after update function on my combo box and it shows the same code as on the database that works, is there another option that I need to set?
However, I've recently copied this database, renamed it and for some reason the form no longer shows a new record it just shows all previously entered records and will not only show a new record. If you changed the view to single forms it is okay, but I want it so when you goto the previous record it shows these on the form also (i.e more than one record at time).
I've checked the vb code on the after update function on my combo box and it shows the same code as on the database that works, is there another option that I need to set?