By setting the field's in the table as required access will automatically do
this for you.
> I have a trouble call ticket form and before the user can send it to close
> with a combo box selection I want the Trouble Ticket number searched in the
[quoted text clipped - 11 lines]
> T_TroubleCalls (TroubleID)
> T_AssignedUsers (AssignID, TroubleID, AssignedUserName,Completed)
carlarae - 28 May 2008 13:14 GMT
>By setting the field's in the table as required access will automatically do
>this for you.
[quoted text clipped - 3 lines]
>> T_TroubleCalls (TroubleID)
>> T_AssignedUsers (AssignID, TroubleID, AssignedUserName,Completed)
I understand the required setting in the table, however, in T_Assigned Users
the Completed column is N/A, No, Yes, Returned, I need it to check to make
sure all Assigned Users on the ticket are a Yes upon the action of changing
the combo box from "Pending" to "Completed" if I set the table field to
required it will already see there is a value there wouldn't it? I need it
to look for a certain value (on the before update event (I think) of the
combo box that the user selects the completed action from....... and loop
through all assigned users that have the same Trouble ID number then return a
yes (proceed with action) or a no (msgbox, User "abc" is not complete).