Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Access Query?
Name: Titan Date: February 23, 2004 at 23:35:39 Pacific OS: XP CPU/Ram: 2500+/512mb
Comment:
Hey What the hell do you use Microsoft access for. Is it like to create sheets for like shops like receipt forms or something? Also can you use access files on the net like can you put them on the internet on a website? Sorry for the silly Questions but i've been wondering what you use Access for, for a long time! Thanks
NEw Help Site!!! Phorum!! http://benmc.suddenlaunch.com/index.cgi
Name: Ringo Date: February 24, 2004 at 01:40:27 Pacific
Reply:
Access is a relational database program. You use it to store data on anything you would want to store data on. Most uses are for business but you can use it to store anything you like. Access can be used in conjunction with a web site as well store the information entered into forms
Summary: I have a Access Table with over 100 columns of data (field names). Is there any way to create a "on-the-go" query of this data. In other words, I need a query to be dynamically created by the end us...
Summary: It might be a two step process to query the database....IF you use "GRoup by" in teh query builder that would pick those records that have the same "attribute" under a certain field. For your purpose...
Summary: I have a field in my DB called "DateOpened". I need to run a query that will scan these dates and return to me, for example, all files opened between 2/1/<any year> and 2/28/<any year>. I tried...