Having trouble with a macro

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

Guest

Hi there,
This is probably a piece of cake for most of you out here, but I'm
relatively new to Access. I'm trying to create a macro or query that will
automatically copy and paste certain fields into a different table if a box
is checked. I'm much more used to Excel, where you can use the IF statement
to do all sorts of things, but the Iif in Access doesn't work the same way.
In any case, any help is appreciated! Chris
 
You would typically not do this in Access.

That would be redundant to store the data in both places.

If you want to see all the data with that field checked, you'd simply
include that criteria in a query.

Tell us what you are trying to accomplish.

Rick B
 

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