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

Data that sure will store in table with some command

Status
Not open for further replies.

soldieryap

Programmer
Aug 15, 2000
59
MY
i found that, even i have some data on my forms, after i close it, it won't store in table..... why??? and what's the command(VBA) will 100% store the data in the table? thanks
 
The only reason data would not be stored is if the control isn't bound to a field in the underlying recordset. This could happen if you've setup an unbound textbox with a calculated equation. If this is the case, you do not want to store this value anyway. What exactly is not being stored?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top