hollarindy
Registered User.
- Local time
- Today, 06:44
- Joined
- Nov 16, 2012
- Messages
- 33
Hello All,
I have run into hurtle on a project I am working. I am trying to create a query that will make a new table with the next 10 records from another table.
let me back up. I have query A that creates table A which is a randomized version of two other combined tables A1 and A2. Then I have query B which creates table B that only shows me the first 20 entries from table A. I need to create query C which will give me entries 21-30 from table A. Any suggestions that don't involve VBA would be greatly appriciated. I don't mind VBA I'm just not entirly sure how I would incorporate it at this point.
I have run into hurtle on a project I am working. I am trying to create a query that will make a new table with the next 10 records from another table.
let me back up. I have query A that creates table A which is a randomized version of two other combined tables A1 and A2. Then I have query B which creates table B that only shows me the first 20 entries from table A. I need to create query C which will give me entries 21-30 from table A. Any suggestions that don't involve VBA would be greatly appriciated. I don't mind VBA I'm just not entirly sure how I would incorporate it at this point.