I have 2 tables as have specified before. I would like to write a letter to Insurer (report) based on a query (I have a form based on this query as well). When I select the truck and write the Event_date, Policy No automatically to be returned (now I write this number /over 16 characters/...
Sorry I have not been clear.
Table: Letter_to_Insurer
Key No Number
Date Date/Time
Insurer Text
Title Text
Name Text
Event Date Date/Time
Policy No Text
OurRef Text
Sum Number
Truck1 Text
Table: Policy_OP
Key ID_OP AutoNumber
Policy Text Insurance policy
Truck Text
From Date/Time...
I have 2 tables: "Letter_to_Insurer" and "Policy_OP" and query based on the "Letter_to_Insurer". I need to have one field in this query, which to find the policy number of concrete truck in the concrete time interval. I tried DLookup (in query and in the form...
I am working with MS Access 2003 and would like to export my report as Acrobat .pdf file. I have tried different ways but without any success.
I think whether with MS Access 2007 this is possible or not.
Hi,
I have form based on table.
There is a field Inv_Date which value must be greater than or equal to the previous record value (not less). How to prevent entering (or in case of copy-paste) earlier date for the next invoice?
May be this is easy but I can't do it.
Shall appreciate any help...
My Database window disappear and do not appear even when I push button Database Window on the toolbar?
I don't know what's happen.
Please help with advice!
Sanasta
DDiamond,
I simply have no words to explain my gratitude to you for help.
It works perfect. I understand your idea right the first time you suggest it. But I was no able to realise it because I am not so clever as you.
Now I have to apply it in real program situation when go to work but I think...
Hi DDiamond,
Following your advice I have try step by step your code.
First in SQL view I have written:
[Code]
SELECT Trips.KomNo, Trips.KomDate, Trips.RegNo, a.KomNo, b.KomNo, a.KmEnd AS CurrentMileage, b.KmEnd AS PreviousMileage
FROM Trips INNER JOIN (Trips AS a INNER JOIN Trips AS b ON...
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.