Update data in subform from unbound textbox in form

  • Thread starter Thread starter Guest
  • Start date Start date
What is the best method of acheiving the above?

Well, describing the problem more clearly would certainly help.

Typically a subform will have many records related to a single
mainform record. Do you want to use this unbound textbox as a link (if
so, you can use it as the Master Link Field property of the subform,
or as one of the fields in that property)? do you want to run an
update query updating all of the subform records with repeating values
drawn from the textbox? What's the context?

John W. Vinson[MVP]
 
It's OK I've sorted it. Thanks anyway.

John Vinson said:
Well, describing the problem more clearly would certainly help.

Typically a subform will have many records related to a single
mainform record. Do you want to use this unbound textbox as a link (if
so, you can use it as the Master Link Field property of the subform,
or as one of the fields in that property)? do you want to run an
update query updating all of the subform records with repeating values
drawn from the textbox? What's the context?

John W. Vinson[MVP]
 
Back
Top