G
Guest
I develop in access but was asked to put togther a questionaire in word.
I have added combo boxes to a document.
to add some validation checking I added;
If IsNull(cmdq1a) Or cmbq1a = "" Then
MsgBox "Please select a valid entry from question from 1A", vbCritical,
apptitle
Exit Sub
End If
in access i am able to include
cmbq1a.setfocus
after the msgbox entry to place the cursor/focus back to the relevant combox
box.
Word gives me a runtime error 438 object does not support this property ot
method.
How can I acheive this ? - cheers
I have added combo boxes to a document.
to add some validation checking I added;
If IsNull(cmdq1a) Or cmbq1a = "" Then
MsgBox "Please select a valid entry from question from 1A", vbCritical,
apptitle
Exit Sub
End If
in access i am able to include
cmbq1a.setfocus
after the msgbox entry to place the cursor/focus back to the relevant combox
box.
Word gives me a runtime error 438 object does not support this property ot
method.
How can I acheive this ? - cheers