WhizzkidWallace
Registered User.
- Local time
- Today, 23:15
- Joined
- Jan 10, 2005
- Messages
- 49
Hi,
I have a table with two fields...'Project Number' and 'House Type'. I have another table with three fields...'Project Number', 'House Type' and 'Bill Number'.
Can I use an Append Query to create records in the second table, with the additional field created in the query as a sequential number....eg
Query from Table 1....
Project Number House Type Bill Number
2536 Type A 1
2536 Type B 2
2536 Type C 3
2537 Type A 1
2537 Type B 2
...appending this query to Table 2.
mmmm....tricky? It is for me. Any ideas?
I have a table with two fields...'Project Number' and 'House Type'. I have another table with three fields...'Project Number', 'House Type' and 'Bill Number'.
Can I use an Append Query to create records in the second table, with the additional field created in the query as a sequential number....eg
Query from Table 1....
Project Number House Type Bill Number
2536 Type A 1
2536 Type B 2
2536 Type C 3
2537 Type A 1
2537 Type B 2
...appending this query to Table 2.
mmmm....tricky? It is for me. Any ideas?