sometimes24
Registered User.
- Local time
- Today, 14:24
- Joined
- Feb 26, 2014
- Messages
- 10
Hello everyone,
I'm super new to Access, let alone Windows, and have a project due in a week and YouTube video choose the EASIEST example to demonstrate - which doesn't demonstrate much.
I am giving two tables and I need to create a macro that automatically updates these tables depending on the value of a Yes/No field. If it's No, it's in the 1st table TableOne, if it's Yes it automatically updates to TableTwo.
So, the best way I saw to go about is to set up an append query and then create a macro that runs it
So my tables have the values FirstName, LastName and isValid (more but keeping it short)
So for my append query, I put TableTwo in the pop up I get. Then, where it asks for the field I put it
Field:FirstName
Table:TableOne
AppendTo:[TableTwo].[FirstName]
Criteria:[TableOne].[isValid] = 1
I do this for all (it was autocompleted except the Criteria field). I tried to keep Criteria with data only for isValid but that didn't work. I wrote it for all the field names, still didn't work. Any insight on what I might be doing wrong. Whenever I click run it says it'll append 0 rows.
I'm super new to Access (like 3 days new) so I would highly appreciate it if responses did not have jargon in it. - Last, I'm using Access 2013
Any and all help appreciated
I'm super new to Access, let alone Windows, and have a project due in a week and YouTube video choose the EASIEST example to demonstrate - which doesn't demonstrate much.
I am giving two tables and I need to create a macro that automatically updates these tables depending on the value of a Yes/No field. If it's No, it's in the 1st table TableOne, if it's Yes it automatically updates to TableTwo.
So, the best way I saw to go about is to set up an append query and then create a macro that runs it
So my tables have the values FirstName, LastName and isValid (more but keeping it short)
So for my append query, I put TableTwo in the pop up I get. Then, where it asks for the field I put it
Field:FirstName
Table:TableOne
AppendTo:[TableTwo].[FirstName]
Criteria:[TableOne].[isValid] = 1
I do this for all (it was autocompleted except the Criteria field). I tried to keep Criteria with data only for isValid but that didn't work. I wrote it for all the field names, still didn't work. Any insight on what I might be doing wrong. Whenever I click run it says it'll append 0 rows.
I'm super new to Access (like 3 days new) so I would highly appreciate it if responses did not have jargon in it. - Last, I'm using Access 2013
Any and all help appreciated
