help saving text box value

G

Guest

I have a form that is opened from a parent form via a link. In this second
form, there is a text box that refereces the ID of the record from the parent
form via the control source, like this:

=[Forms]![Search Issues]![Browse All Issues].[Form]![ID]

How do i get this value to save into value ID in another table? Thanks
 
G

Guest

I just figured it out. It was too early in the morning i guess. All i had
to do was set the source of the text box to ID and then set the default value
to

=[Forms]![Search Issues]![Browse All Issues].[Form]![ID]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top