Tigereyes78
New member
- Local time
- Today, 17:57
- Joined
- Feb 9, 2017
- Messages
- 6
Hello all,
Having a blonde moment!
I have a properties table where there is a row for each property with a reference number. [property ref], [property name] etc
In a second table are the charges for each type of maintenance for each property. [Property ref], [Charge category], [Charge amount]
When a new property is added i need to append the charges table with several rows, completing the reference number and category fields but leaving the charge empty for the user to complete.
eg - property ref, cleaning
property ref, boiler service
property ref, water
property ref, laundry
I can do the append to add the missing reference number in one row but how do i repeat that to get several rows with all the categories i require?
Thank you
Having a blonde moment!
I have a properties table where there is a row for each property with a reference number. [property ref], [property name] etc
In a second table are the charges for each type of maintenance for each property. [Property ref], [Charge category], [Charge amount]
When a new property is added i need to append the charges table with several rows, completing the reference number and category fields but leaving the charge empty for the user to complete.
eg - property ref, cleaning
property ref, boiler service
property ref, water
property ref, laundry
I can do the append to add the missing reference number in one row but how do i repeat that to get several rows with all the categories i require?
Thank you