I got a tricky one.
For starters I need to create a temp table based on tblOrientation. Amongst this tblOrientation, there are 3 fields I'm looking to Join...SchedDate, SchedDate2, SchedDate3.
**I know it's silly to have it setup that way, but that's what's being used.**
I need to put them together so I can run a Dcount on it.
I'm pretty sure it needs to be one column
I have code on a form that runs the Dcount and validates to make sure that there are not more than 30 instances of one date...but I need to do this now with the 3 fields.
Is there a Join or something out there that I can do in the VB code or something.
I'm open to ideas.
Thanks.
For starters I need to create a temp table based on tblOrientation. Amongst this tblOrientation, there are 3 fields I'm looking to Join...SchedDate, SchedDate2, SchedDate3.
**I know it's silly to have it setup that way, but that's what's being used.**
I need to put them together so I can run a Dcount on it.
I'm pretty sure it needs to be one column
I have code on a form that runs the Dcount and validates to make sure that there are not more than 30 instances of one date...but I need to do this now with the 3 fields.
Is there a Join or something out there that I can do in the VB code or something.
I'm open to ideas.
Thanks.