Macro Snapshot

  • Thread starter Kassie42 via AccessMonster.com
  • Start date
K

Kassie42 via AccessMonster.com

Hello,

Does anyone know how to set a macro to change a record from snapshot to
dynaset? I want to set the macro to a command button on my form to change it
without going into design view. I know how to apply it once it is set and
have worked with macros, but I cannot figure this one out.

Thanks in advance.

Kassie
 
S

Steve Schapel

Kassie,

Use a macro like this:

Action: SetValue
Item: [Forms]![NameOfYourForm].[RecordsetType]
Expression: "Dynaset"
 

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

Top