S
Someone Curious
Hi all
First of all sorry if this is posted in the wrong spot but anyway.
I have a probably simple question I normally program in C++ and I need to
make a small addition to an access database written by someone else and my
access experience is zero.
In a report I have an onactivate event I want to hard code it goes something
like this.
my data is extracted in a query called "My Special Query"
My Actual Table.FirstName is a field I want to validate.
Inside routine......
if [My Actual Table.FirstName].value = "Fred" Then
MySubRoutine
else
MyOtherSubRoutine
end if
My sub routines that are called work correctly as when I call them the react
as expected. However the above tells me the field does not exist. Do I need
to address the query or just the data all the names have spaces this seems
to make a difference.
TIA
First of all sorry if this is posted in the wrong spot but anyway.
I have a probably simple question I normally program in C++ and I need to
make a small addition to an access database written by someone else and my
access experience is zero.
In a report I have an onactivate event I want to hard code it goes something
like this.
my data is extracted in a query called "My Special Query"
My Actual Table.FirstName is a field I want to validate.
Inside routine......
if [My Actual Table.FirstName].value = "Fred" Then
MySubRoutine
else
MyOtherSubRoutine
end if
My sub routines that are called work correctly as when I call them the react
as expected. However the above tells me the field does not exist. Do I need
to address the query or just the data all the names have spaces this seems
to make a difference.
TIA