![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hi Peter Thx for your assist. txtCustomerID is a PK NumericField that is set to AutoNumber. this way have something to do with why your suggestion failed as I got this message: Run-time error '3075': Syntax error in string in query expression 'txtCustomerID=2" So I thought maybe it had a missing operand like ( ' ) so I tried it this way. DoCmd.OpenForm "frmmCustomers", acNormal, , "'txtCustomerID = " & Me.EditCustSelect & "'", , acWindowNormal This opens the form "frmmCustomers" but only to the first record, not the desired RecordNo which in the Run-time error message example above you can clearly see it shows the value of the CustomerID Thx again Mick |
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |