J
Jani
Is there a way to check two conditions in a macro at the same time? I want to
check to see if both a date and name are in a table before appending the
data. These need to be checked at the same time as in the dbo table there
could be the same date from another 'name' or the 'name' could be for a
different date. My current code is shown below and the error message states
that the tblDots can't be found but I know it is in the database. Any help
would be appreciated. Thanks! Jani
[tblDots]![Name]=[dbo_uDotsAll]![Name] &
[tblDots]![DistDate]=[dbo_uDotsAll]![DistDate]
check to see if both a date and name are in a table before appending the
data. These need to be checked at the same time as in the dbo table there
could be the same date from another 'name' or the 'name' could be for a
different date. My current code is shown below and the error message states
that the tblDots can't be found but I know it is in the database. Any help
would be appreciated. Thanks! Jani
[tblDots]![Name]=[dbo_uDotsAll]![Name] &
[tblDots]![DistDate]=[dbo_uDotsAll]![DistDate]