Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Database with Excel-like Interface

Status
Not open for further replies.

monidelgado

Programmer
Joined
Nov 13, 2004
Messages
2
Location
US
I need to build a database that gets the information via an Excel-like spreadsheet. I have tried using pivot tables in Access, but cannot input information that way. I need for the "spreadsheet" to have 2 axes like in Excel, thus cannot use datasheet view of a form....Can any one tell me how I can do this through access, I don't want to have to link through Excel....

Thanks lots,

Monica
 
Don't follow.
If all you are doing is keying data directly into cells then why is a datasheet not what you want?
 
Having a form in Datasheet view sounds just like what you need. Each column is a field, and each row is a record. It's essentially the same thing.

Do they need to be able to custom input calculations or something?
 
Excel <> Database; Ms.A. <> Spreadfsheet. The most commonallity I am aware of is the "Grid", Whicl mimics the appearance of both the spreadsheet and hte datasheet of their respective applications. It is MUCH more like the spreadsheet, in that those nasty things of database land (constraints, indicies, etc, are non existant, however the corresponsing lack of spreadsheet like functionallity built in functions make it even less useful than either the spreadsheet or the database.

Not trying to be condescending, but even the question suggests a distinct lack of experience with either product or the various features, functions, procedures or controls available in the proiducts. From that perspective, it is possible that a more detailed description of the situation would produce more useful replies.





MichaelRed


 
Thank you for your posts. I'm sorry If I didn't make myself clear. The client wants to be able to intput data into something similar to an excel spreadsheet. I say similar because I need to have 2 axes. "Products" on the left column, and "Vendors" as the top row. "Products Sold" will be the fields in between. Unfortunately, the datasheet view in Access will not work because It will only let you see data in 1 axis not two (like in pivot tables). I wanted to find an alternative, if there is one.
 
I don't see any problem in doing what you are asking for, PROVIDED that all the user wants is something that LOOKS like a spreadsheet. However, I suspect that as soon as you have presented this you will immediately get asked for more Excel features (totals; formulas etc). Then you are completely stymied.
As someone else has already said, Access is NOT Excel and the two products do different things.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top