Hi,
i need some help here and i m not a vba user but i do use basic macros.
I was to achieve something like this;
field one: ID (Primary key)
Field two; Name
Field three: date
and i got a little subform with these. as some kind of order sheet.
i want it to notify me for Duplicate Name but on a single date. when i enter address in it.
Let me try and explain it again.
One customer cant have more than one orders in a day. even if he makes a repeat purchase, it should notify that today we already got his another order. So i can simply leave the name as it is, but put a child record under the previous order.
but ignore any order which are not with the current date.
Hope that explains.
an Advance thanks.
i need some help here and i m not a vba user but i do use basic macros.
I was to achieve something like this;
field one: ID (Primary key)
Field two; Name
Field three: date
and i got a little subform with these. as some kind of order sheet.
i want it to notify me for Duplicate Name but on a single date. when i enter address in it.
Let me try and explain it again.
One customer cant have more than one orders in a day. even if he makes a repeat purchase, it should notify that today we already got his another order. So i can simply leave the name as it is, but put a child record under the previous order.
but ignore any order which are not with the current date.
Hope that explains.
an Advance thanks.
Comment