How to Create Combo Box with 6 scanned signatures
I have 2773 equipment records, a form for each and each equipment needs to tested annaully. I use the form to update Test Date and Tester. Tester may change for each equipment. I need either a Combo box with 6 different scanned signatures or an...
Need help with the following code. I keep getting error message. New to Code.
Option Compare Database
Function GetPicture()
With CodeContextObject
If Dir(.[ImageFile]) <> Empty Then
.[ImageControl].Visible = True
.[ImageControl].Picture = .[ImageFile]...
I have a form for 2800 different records. I want to auto populate 4 text boxes based on the value of 1 combo box but when I change the data on 1 form, all the forms show the same data. I want to be able to able to change the data on each form and save separately.
I have Table with Tech...