hi
i wish to find a date (format=general Date) in a table and for some reason it give me a blank (null) anwer
here is my query:
the date in theorder form is also "general date" format and all i want is to find all the orders in the same date.
can anyone help me plz.
thanks
i wish to find a date (format=general Date) in a table and for some reason it give me a blank (null) anwer
here is my query:
Code:
SELECT Order.InvoiceNum, Order.time, Order.[Total Price], Order.[Cash/Credit], Order.Company, Order.CustomerPhone, Users.WorkerName
FROM Users INNER JOIN [Order] ON Users.WorkerID = Order.DeliverID
WHERE (((Order.time)=([Forms]![OrderHistory]![HDate])));
the date in theorder form is also "general date" format and all i want is to find all the orders in the same date.
can anyone help me plz.
thanks