check if record exists (1 Viewer)

gisler87

New member
Local time
Today, 00:16
Joined
Mar 12, 2009
Messages
6
Hi,

I am creating a cd borrowing system. currently i have a form that shows the borrowers name and details then i have a subform that shows all the cd's they have borrowed.

in the subform i have a button next to every cd borrowed that will allow you to renew the loan.

what i am trying to do is when i click on the renew cd i would like to check if the cd has been reserved. i have tried using a macro by opening up a query and then checking a field but i keep getting "object does not contain automation object...."

any suggestions would be much apreciated

Many thanks

gisler
 

gisler87

New member
Local time
Today, 00:16
Joined
Mar 12, 2009
Messages
6
No i am using an embedded macro. the macro is opening up a query and then i am checking a field to see if the value is empty.

many thanks
 

gisler87

New member
Local time
Today, 00:16
Joined
Mar 12, 2009
Messages
6
any method that would be good to do this? at least to get me in the right direction. i am unexperienced with vba but feel i can learn it if i just know where to begin.


thanks for all the help
 

Users who are viewing this thread

Top Bottom