M
Matthew Ellis
I have a database where I have thousands of wells with daily data for each month of the year. I need to run a query which will pull the first six months of data for each well. Each well could be started on any month of the year so I can't just select month 1 through six. How should I set this up. It is already setup with a lookup table for the months (not my design) and each month is given its corresponding number (1-12). I was thinking I could somehow use this table, but I am not sure how........... Any help is appreciated. Thanks
Matthew Ellis
Matthew Ellis