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

Controls Not 'auto-binding'

Status
Not open for further replies.

spuppett

Programmer
Jan 25, 2003
48
0
0
US
I made a form with a grid on it (just to test this out). On the form's load I use a table and the grid automatically populates with data. Is there a way to turn this off. I didn't change any of the properties for either the form or the grid. I apologize that this is a ridiculesly basic question, but it makes no sense to me.

Thanks
 
If you don't specify a RecordSource for a grid, it will use the table open in the current work area. So make sure you SELECT an empty work area.

Better yet, specify the RecordSource.

Tamar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top