G
Guest
if this is posted already forgive me
I have a query whichright now the syntax for is as follows
Door Width:[Cabinet Width]-.1250
I'm new in access ( i'm okay with excel and vba)
in excel i could right the if statement as follows
=if(Cabinet Width<24,Cabinet Width-.1250,Cabinet Width/2-.1250)
my question is is it possible to do the same in a query.
I have also created a form based on the query and tried to do a event
procedure to in vba the syntax worked (did not produce an error) but did not
change my form at all.
thank you in advance
I have a query whichright now the syntax for is as follows
Door Width:[Cabinet Width]-.1250
I'm new in access ( i'm okay with excel and vba)
in excel i could right the if statement as follows
=if(Cabinet Width<24,Cabinet Width-.1250,Cabinet Width/2-.1250)
my question is is it possible to do the same in a query.
I have also created a form based on the query and tried to do a event
procedure to in vba the syntax worked (did not produce an error) but did not
change my form at all.
thank you in advance