N
Neil via AccessMonster.com
i have a register form which displays mon-fri etc i wish to change the yes/no
boxes so that the user cant tick that box unless the student is registered to
that day, i.e set the box to enabled = false
if something = false then
Me.Monday.Enabled = False
else if somthing = false then
Me.Tuesday.Enabled = false
else if somthing = false
but i need to access the other table(Days) to use in the if statements
problem is how do i access the Days table without changing the record source
to the current table
boxes so that the user cant tick that box unless the student is registered to
that day, i.e set the box to enabled = false
if something = false then
Me.Monday.Enabled = False
else if somthing = false then
Me.Tuesday.Enabled = false
else if somthing = false
but i need to access the other table(Days) to use in the if statements
problem is how do i access the Days table without changing the record source
to the current table