• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

microsoft access question

SaintGRW

Golden Member
does anyone know microsoft access pretty well? i haven't used it in like 3...4 years. i have a spreadsheet with about 50 sheets, each sheet has a catalog number and then like 100 product #'s that were in it. anyone know how to take that and important the sheets or file into access so i can search it all at once for a catalog # or product #?
 
Many ways to approach it. The degree of difficulty depends on the layout of the spreadsheet.

Easiest way would be to make a flat file table from all the spreadsheets. Reformat the spreadsheets so that each line has the Catalog number as well as the product information. Cut and paste or use the File...Import feature in Access to import the rows into an Access table. Create the forms, queries and reports that you need.

More complicated process would be to break the spreadsheets up into Catalog table, Product table, and Product/Catalog cross reference tables.
 
Originally posted by: KnightBreed
1) Open MS Access.
2) Click on Help -> Microsoft Access Help.
3) Click on the index tab.
4) Type "import."
5) Read.

if that's enough to solve the problem i wouldn't have asked.

right now i have the catalog # in column 1 in excel. products sku's in column 2. get like an error when i import 3 speadsheets to the same table i think it's just cause access doesn't have enough rows is that a possibility? if that's the case i could make a separate table for each spreadsheet but is there a way to scan all the tables at once for a # or would i have to scan them 1 at a time
 
Access has unlimited rows.

Check your field types to make sure they are correct, just to make sure you aren't trying to import an alphanumeric value into a number field. Did the import process create a separate table with the import errors?
 
next problem, an easy way to filter thru the tables, i have 2 tables 1 has about 2000 things the other has 4000, need a way to filter them for stuff easily. both at the same time would be good. boss said she wanted me to use reports...can you make a report that you can filter for a specific item?😕
 
Back
Top