lunchboxfl
Registered User.
- Local time
- Today, 02:32
- Joined
- Feb 4, 2008
- Messages
- 12
I have some code. It is working great and grabbing the Device info from an inventory database and putting it into the current form device type. The issue is that it displays the sames device in every record from that point on. Any help would be greatly appreciated.
Private Sub Monitor_SN_Txt_AfterUpdate() Monitor_Type_Txt = Dlookup("device_type", "inventory", "serial_number = '" & Monitor_SN_Txt & "'")End Sub
Private Sub Monitor_SN_Txt_AfterUpdate() Monitor_Type_Txt = Dlookup("device_type", "inventory", "serial_number = '" & Monitor_SN_Txt & "'")End Sub