J
Jonathan Smith
Using Access 2002, in a Windows XP Environment:
I have the following fields:
cmbActivityCode
cmbClient
cmbStudent
If cmbActivityCode is a certain Set of Values, I want cmbClient to be
visible. If cmbActivityCode is another Set of Values, I want smbStudent
to be visible.
Or, if I could change the source of the cmbClient field, based on the
value of cmbActivityCode ...
if cmbActivityCode = 1001 then cmbClient is from tbl3001
if cmbActivityCode = 1003 then cmbClient is from tbl0502
I think I may have asked this question previously, but I cannot find the
answer ...
HELP, please!!!!!!!!!!!!!!!!!!
I have the following fields:
cmbActivityCode
cmbClient
cmbStudent
If cmbActivityCode is a certain Set of Values, I want cmbClient to be
visible. If cmbActivityCode is another Set of Values, I want smbStudent
to be visible.
Or, if I could change the source of the cmbClient field, based on the
value of cmbActivityCode ...
if cmbActivityCode = 1001 then cmbClient is from tbl3001
if cmbActivityCode = 1003 then cmbClient is from tbl0502
I think I may have asked this question previously, but I cannot find the
answer ...
HELP, please!!!!!!!!!!!!!!!!!!