M
maura
I want to setfocus on the customerid field and when I put
the period in all I get for choices is value. I tried
going up under the tools, then references and Microsoft
DOA 3.6 Object Library is checked off... isn't this what's
going to give me my list of methods?
Please advise, thanks Maura
__________________________________________
Private Sub cmdAddRecord_Click()
On Error GoTo Err_cmdAddRecord_Click
DoCmd.GoToRecord , , acNewRec
customerid. (can't bring up setfocus)
Exit_cmdAddRecord_Click:
Exit Sub
Err_cmdAddRecord_Click:
MsgBox Err.Description
Resume Exit_cmdAddRecord_Click
the period in all I get for choices is value. I tried
going up under the tools, then references and Microsoft
DOA 3.6 Object Library is checked off... isn't this what's
going to give me my list of methods?
Please advise, thanks Maura
__________________________________________
Private Sub cmdAddRecord_Click()
On Error GoTo Err_cmdAddRecord_Click
DoCmd.GoToRecord , , acNewRec
customerid. (can't bring up setfocus)
Exit_cmdAddRecord_Click:
Exit Sub
Err_cmdAddRecord_Click:
MsgBox Err.Description
Resume Exit_cmdAddRecord_Click