B
Brian
Can I set default value during form design in an input box
on a form based upon a field from a specific record?
On my form I would like to place a value from an email
address field which comes from a record with default in
the name field which is the primary key field. SQL would
look something like SELECT EmailAddress FROM TEACHER WHERE
TeacherName = "default"
I couldn't figure out how I could do this in the Control
Source property using Expression Builder, so how do I do
it?
on a form based upon a field from a specific record?
On my form I would like to place a value from an email
address field which comes from a record with default in
the name field which is the primary key field. SQL would
look something like SELECT EmailAddress FROM TEACHER WHERE
TeacherName = "default"
I couldn't figure out how I could do this in the Control
Source property using Expression Builder, so how do I do
it?