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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form isn't showing records

Status
Not open for further replies.

isjason

Programmer
Joined
May 20, 2003
Messages
6
Location
AU
I have a form that is created off a query and when I enter data into a new record and then save and quit, data is stored in the query, but does not show up on the form. Does anyone know how to get this working?

Any help would be great

thanks

jason
 
Data is stored in a table, not in a query...even though you can enter data through a query.

Does any record show up in the form when you open it? If not:
- DataEntry property = No
- remove any filter from Filter property
- FilterOn property = No
- correct the query

Good luck



[pipe]
Daniel Vlas
Systems Consultant

 
thank you,

that fixes it completely

jaosn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top