if i am not mistaken... is it ok for it to have multiple identifiers?... but the dates should be the same for each of the identifier that are similar...
Key Indentifier Date Information
1 2002 2/28/02 28th info
2 2002...
first thing you do is create a query that takes a field (e.g. 113B).
then make a report based upon the query
whenever the user previews the report, it will ask for the field, then... when the user clicks the button the report will be generated...
email me if anything: larosema@acenturewilm.com
use an UPDATE STATEMENT
UPDATE [tableWithCorrectFieldName] SET [tableWithCorrectFieldName].Field1 = [TableWithData.]Filed
WHERE (([tableWithCorrectFieldName] = "Detroit");
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.