Checking for existing record "Before Update"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I check for an existing record in a SQL database using Access as the
front end? The SQL table has two fields which are both set as keys: Quarter
and Account
 
hi,
a simple select query should do it.
have it promp you for the keys. if the record exists then
the query will show it to you. if not, it displays a blank
query.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top