I stripped out some stuff but the code that matters is:
I put a message box in to display the value and it showed the leading zeroes but when I look at the text field I'm trying to update, the zeroes are missing.
I'd appreciate any help you can give me!
Shawn
Code:
Private Sub Command18_Click() DoCmd.RunSQL "Update T_JB_InputData Set Position = " & Me.BidJobCode.Value End Sub
I'd appreciate any help you can give me!
Shawn
Comment