Is there anyway to blank a text box on a form, so it will not add that textboxs data to a table? Thank you.:rolleyes:
Printable View
Is there anyway to blank a text box on a form, so it will not add that textboxs data to a table? Thank you.:rolleyes:
ok fix it, however the userID box which has the source Dlookup is adding the userID to the table as 0 instead of the value which it finds, how do i change it so the value which it finds it adds to my table?
try this...Text1.Text = "" or set its default property at design time to "" to make it blank...