In one of my forms I can enter in a new record and save it, and it will be in the original tables. Then when i open my form that allows you to scroll and look at each individual record, the new record saved in the tables is not there and it is the same in my subform.
Im guessing I need to run an update query to update the data in the form and subform, but I am not sure on how to go about that either.
Any comments or advice would be much appreciated!
Dan B
Im guessing I need to run an update query to update the data in the form and subform, but I am not sure on how to go about that either.
Any comments or advice would be much appreciated!
Dan B
Comment