I cannot get this to work I copied the code into a button, then used build event and code builder to copy and paste. I then tested by creating a new record entered all vaid details and clicked button nothing happens
Managed to upload it to here, Can I still get some help on this JHB I cant seem to work out how to put the code in. It needs to add x amount of records to payments table when a record is added to the hire table. ( if hire is for 4 months then it adds 4 records to the table)
Thanks in advance
I have a dtatbase where i hire out cars.say I create a new hire record in the hire form for 10 months. I would thrn like the program to create 10 records in the payment table that are all blank excluding hire id customer id payment id. Is this possible?