I need a macro condition that can detect if a Query I ran has any records. I am trying to prevent duplicate records being entered. My thought was to run a find dup. Q after 3 or 4 fields had been entered.
I also have a linked form that I have set to GoToLastRecord when it opens. It works, except when there are no records ( I have the allow additions property set to no). Then I get error messages becaues there are no records to base the macro on. If I could detect no records, I could eliminate the error stuff. I do not know VBA (Yet).
I also have a linked form that I have set to GoToLastRecord when it opens. It works, except when there are no records ( I have the allow additions property set to no). Then I get error messages becaues there are no records to base the macro on. If I could detect no records, I could eliminate the error stuff. I do not know VBA (Yet).