Bound controls

mcbass1

Registered User.
Local time
Today, 07:55
Joined
Sep 7, 2007
Messages
41
Is it possible to have a form with controls that are bound to a query and be able to overwrite or update those fields/controls? I don't want the table the query uses to be changed, just the control on the form.

Thanks.
 
im not sure exactly what you are asking here, but it is possible to bind a form to a SQL statement and programatically set the fields to display. Can you be more specific with what you are trying to do?
 
The controls in my subform update automatically when I select from a dropdown box in the main form. I'd like to be able to change the information in those controls if need be. Is that possible?
 

Users who are viewing this thread

Back
Top Bottom