Hello,
I have a text box with a dlookup function in it. I am having trouble trying to get the information in the textbox to the table.
The table is called Password_Reset_ Data the field I am trying to insert the data to is "Classification _Type"
The text box's information is:
Name: Classification_ Type
Control Source:
Is this something where i can set an event in the "After Update" Area within the property sheet?
Thanks
I have a text box with a dlookup function in it. I am having trouble trying to get the information in the textbox to the table.
The table is called Password_Reset_ Data the field I am trying to insert the data to is "Classification _Type"
The text box's information is:
Name: Classification_ Type
Control Source:
Code:
=DLookUp("Classification_Type","Ticket_Classifications","Classification_Id=" & [Forms]![Password Reset Intake Form]![Classification_Id])
Thanks
Comment