M
Matt Williamson
I have 2 things that I'm stuck on and would appreciate some assistance.
1. How can I read a value from a table and use it to populate a textbox when
a form is opened? Right now, I have 4 unbound textboxes on a form that a
user enters values into everytime the form opens. I'd like to check whether
or not a value exits in a table and write the table/value if it doesn't
exist. otherwise, if the table/values do exist, just populate the textboxes
with the appropriate values.
2. What is the best way to validate the textboxes in this case? I want to
display a message if the main button to perform the query from the data on
the form is pressed and the 4 textboxes are blank or contain incorrect data.
TIA
Matt
1. How can I read a value from a table and use it to populate a textbox when
a form is opened? Right now, I have 4 unbound textboxes on a form that a
user enters values into everytime the form opens. I'd like to check whether
or not a value exits in a table and write the table/value if it doesn't
exist. otherwise, if the table/values do exist, just populate the textboxes
with the appropriate values.
2. What is the best way to validate the textboxes in this case? I want to
display a message if the main button to perform the query from the data on
the form is pressed and the 4 textboxes are blank or contain incorrect data.
TIA
Matt