G
gjameson via AccessMonster.com
I have search through a lot of the old post on referencing things on a
subform but can not get anything to work. What I have is a ticket system and
I want to be able to open tickets from my subform to work them. I am using
the ticket # to link the subform to the frmOpenTicket. I keep getting an
error that it can not find the form. The form is open and I have triple
checked the name for mispellings. Here is the code I am using on the
subTechTicket.
stDocName = "frmOpenTicket"
DoCmd.OpenForm stDocName
Forms!Maint_Log!subTechTicket.Form.Ticket_Number = Me.Ticket_Number
This will open a blank form with the error I mentioned. I have been able to
link other forms from list boxes etc with no problem. This is frustrating.
TIA
Gerald
subform but can not get anything to work. What I have is a ticket system and
I want to be able to open tickets from my subform to work them. I am using
the ticket # to link the subform to the frmOpenTicket. I keep getting an
error that it can not find the form. The form is open and I have triple
checked the name for mispellings. Here is the code I am using on the
subTechTicket.
stDocName = "frmOpenTicket"
DoCmd.OpenForm stDocName
Forms!Maint_Log!subTechTicket.Form.Ticket_Number = Me.Ticket_Number
This will open a blank form with the error I mentioned. I have been able to
link other forms from list boxes etc with no problem. This is frustrating.
TIA
Gerald