Daslimmer
02-08-2002, 08:55 AM
I have a subform in a form and would like to tranfer info from a textbox in the subform to the textbox in the form. Using the Button, AfterUpdate, what would be the format of the code?
Thanks
Thanks
|
View Full Version : Copy Textbox to TextBox Daslimmer 02-08-2002, 08:55 AM I have a subform in a form and would like to tranfer info from a textbox in the subform to the textbox in the form. Using the Button, AfterUpdate, what would be the format of the code? Thanks David R 02-08-2002, 01:55 PM If you're trying to store the data in two places, don't. That defeats the purpose of using a relational database like Access. If you just want to see it in an unbound text box on your main form, you'll have to look into the Dlookup() function. It has been discussed widely in the archives, so use the search function or Access help, but it can be tricky. Post back if you have further problems. If I've misunderstood your question, by all means, post back and clarify. This is an imperfect science. HTH, David R |