Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form is not updating

Status
Not open for further replies.

skin76

Technical User
Joined
Mar 4, 2003
Messages
25
Location
US
I have my Customer Form Linked to my Booking form linked to my Airline form, the problem I'm having is that---- I put a Airline Command button on my booking form but when I click on Airlines to test the form the BookingID doesnt change on the Airline form and my data stays the same. Even when I go to a different customer and I click on Booking and then Click on Airlines the previous data I entered last is present. My record on my airline from is not updateing.

But when I leave the Airline command button out and do a subform everything works fine, but I want to use the button please help.
 
skin76

I can appreciati your frustration, but the information here is a little thin.

Here are some reasons why a record appears not to be updating...
- Verify that in fact the data is not being updated. Look at (but dont touch) the data on table.
-- You could be updating / creating the data, but just need to "refresh" the view on the form.
-- You could be creating records, but not correctly binding / linking to the booking info.

- You may not be running any code under the airplane button. Place a STOP statement at the beginning of the code, and then use F8 to step through the code.

- Data integrity - required data is missing so the record can be updated. For example a required foreign key.

Post back if you need more info, or if you found out something but dont know how to resolve the issue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top