Hi All,
I am trying to create a database where customers have specific delivery days ie Mon, Wed, Fri or Tue, Thur depending on the customer. I have setup a customer table which shows which days this customer has deliveries and created another table for order entry which pulls the customer info from the customer table but then has a date field to pick the delivery date.
What I would like to do is have a message box to appear in form for this table to show an error if the date chosen is not a specified delivery day for this customer.
I have attached a basic sample of the database I am trying to accomplish this on if needed, I assume that there will be some VBA coding do this somehow which I am not that familiar with.
Hope this makes sense as this is my first time on this forum?
Any help would be grately appreciated.
Many thanks,
Lee
I am trying to create a database where customers have specific delivery days ie Mon, Wed, Fri or Tue, Thur depending on the customer. I have setup a customer table which shows which days this customer has deliveries and created another table for order entry which pulls the customer info from the customer table but then has a date field to pick the delivery date.
What I would like to do is have a message box to appear in form for this table to show an error if the date chosen is not a specified delivery day for this customer.
I have attached a basic sample of the database I am trying to accomplish this on if needed, I assume that there will be some VBA coding do this somehow which I am not that familiar with.
Hope this makes sense as this is my first time on this forum?
Any help would be grately appreciated.
Many thanks,
Lee