No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hi, I am trying create a query that counts all records which have the field Hypotension=1 (which is Yes), but I only want to count the same customer once. For example: My table has 3 fields: RecID (primary key), MRN, and Hypotension RecID Cus# Hypotension 1 6 1 2 6 …
I am doing Acess database with VBA. I have 3 tables (you can look at the code below). The codes works when searching for records that are exist in the tables. But when I try a record that doesn't exist in the table, I din't get the warning message that …
HI wes, I have the same problem as you do. I can do it with one table, but i couldn't make it with 3 tables. I wonder if you have found a way.;) Elaine [quote=WesDolezal;69386]Here is my problem: I have a search form in the project I am currently working …
The End.
elainenguyen