help saving text box value

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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]
 
Back
Top