I have a table called tblOrders and within that I have
Field | Data Type | Comments
ID | Number | Customers ID.
OrderID | Number | Orders ID, Primary Key.
DatePlaced | Date/Time | Date the order was placed.
DateRequired | Date/Time | Date the order is required
Paid | Boolean | Has the customer paid?
Cancelled | Boolean | Has the order been cancelled?
I would like to be able to create a macro to apply to a button so that when it is clicked it will check to see if the DateRequire = the actual date and if the Paid field is un checked.
If this is correct I would like it to check all of the cancelled checkboxes on each record that meets this criteria.
How do I do this?
Thanks.
Field | Data Type | Comments
ID | Number | Customers ID.
OrderID | Number | Orders ID, Primary Key.
DatePlaced | Date/Time | Date the order was placed.
DateRequired | Date/Time | Date the order is required
Paid | Boolean | Has the customer paid?
Cancelled | Boolean | Has the order been cancelled?
I would like to be able to create a macro to apply to a button so that when it is clicked it will check to see if the DateRequire = the actual date and if the Paid field is un checked.
If this is correct I would like it to check all of the cancelled checkboxes on each record that meets this criteria.
How do I do this?
Thanks.