My experience is with northwind - if I download and open with 32bit access, all well and good. If I then try to I open the same file (having previously opened with 32bit) with 64 bit I get errors. Same if I open the other way round
Way to go👍
I created an app for cataloging photos- it populated the file properties with keywords and used a tree view type form to create and catalog the keywords and view the files in a web browser control
But don’t think it meets your requirements as it is not generic enough
Perhaps the OP can provide some example data and the outcome required from that data and clarify what ‘not working’ means - wrong result? Something else?
use a button (or any control that has a transparent property (not visible)) called for this example btnBorder. Put it behind your controls and size as required. Ensure you have set a border colour and width - this example uses rounded corners
In the detail section create a textbox called...
OK, so you have been provided with some opinions as to the advantages/disadvantages of different ways to achieve your objective. Only you and your organisation can decide which is best for you - or contract with a professional for their advice, When making your decision, bear in mind the...
It is easy enough to avoid duplication of entries- left join the import table/query to the destination table and only import those records where the destination table is null
Typically join on date, transaction amount and detail and the balance
Similarly a simple query to compare opening and...