I have the following UNION that combines three tables. The problem is it is missing a couple of records and I have no clue why. Any help would be appreciated.
SELECT tb_item_received_detail.ird_item, tb_item_received_detail.ird_quantity
FROM tb_item_received_detail
UNION (SELECT ib_index...
My objective is to have one form with a calendar that is used to input a date for other forms that have a date field. I know how to set up the calendar on the same form as the date field but I am trying to make one common calendar for the whole db. My problem is that once I set up the calendar...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.