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

How to use a grid.

Status
Not open for further replies.

ziwacky

Programmer
Jun 27, 2000
43
US
I do not use Access for developing applications much. I'm sort of lost.<br><br>I want to use whatever is useful to this point (I was thinking of some sort of grid) that shows in column 1 the name of a field* and in column 2 a free space to let user enter a value.<br><br>*The field name is stored in a table and the value will go to another table.<br><br>I don't know how to make the grid work this way. In runtime I can't even enter any value in the cells.<br><br>Any help will be deeply and strongly appreciated.<br><br>Thanks.<br><br>ziwacky
 
I think you might want to use a form and make it a &quot;continuous form&quot; in the properties then set one column equal to a drop down list of the information that you want and leave the other field open to input then have a button that the user presses to save the data to the appropriate field<br><br>Walter III
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top