R
richard
I have never coded in access, nor used it but have basic
programming knowledge. How do you you use the afterUpdate
function for fields? I would like to have the user select
from a listbox on an access form and display other fields
depending on the selection? What specifically do I do to
enter the code and how do I reference the fields? This is
my basic algorithm:
afterUpdate (not sure how this is implemented)
If field1 = selection1 then (need to know how to reference)
{
field2 = visible (unsure of how to reference)
field3 = visible
}
ElseIf field1 = selection2 then
{
field4 = visible
field5 = visible
}
programming knowledge. How do you you use the afterUpdate
function for fields? I would like to have the user select
from a listbox on an access form and display other fields
depending on the selection? What specifically do I do to
enter the code and how do I reference the fields? This is
my basic algorithm:
afterUpdate (not sure how this is implemented)
If field1 = selection1 then (need to know how to reference)
{
field2 = visible (unsure of how to reference)
field3 = visible
}
ElseIf field1 = selection2 then
{
field4 = visible
field5 = visible
}