| Thread | Last Post | Replies |
|
| please help: overflow problem in query result using double precision fields from underlying table | 10 Jun 2007 10:15 GMT | 2 |
In a table I have two numeric fields (e.g. FieldA and FieldB). Both fields have double precicion (field size "double"), Format "Fixed" and Decimal places "3" since I want to calculate with at least 3 digits precision (e.g. values might show as 0.123).
|
| Select query returns a different result in Access and Access-VBA | 10 Jun 2007 08:23 GMT | 4 |
I have the following problem: I have a query (a) using another query (b) to get the amount of records of this other query (b), means: select count(MNR) as Number from Jahrbuch_Einzelversand_Komplett (while
|
| Database for central filing system | 10 Jun 2007 02:23 GMT | 1 |
I'd like to create an Access database for my the central filing system of my office. My boss can never find where files are. We have approx. 2000 files in a dozen file drawers, each drawer with a master category (company, goverment, organiations, archives, etc.) and containng ...
|
| Duplicates | 10 Jun 2007 02:10 GMT | 5 |
I have a student database where all details of students are entered directly onto a main form, there are a number of subforms on this that record each students activities. One of these is an absence form that is based on a small table as follows;
|
| Change the sender in SendObject | 09 Jun 2007 20:22 GMT | 2 |
User needs to be able to send an emailmessage from an emailaccount other than his own. The rights are set so that he is authorised to do so. The sendobject doesn't seems to give the option to set a different emailaccount as sender. Is this even possible in Access?
|
| Prevent error message from popping up | 09 Jun 2007 13:56 GMT | 2 |
I have the code beneath to create a mail message. It needs to be edited manually before it gets send. It works well if the editor indeed sends the message. But if he cancels the message, Access will give an error message saying the sendobject command has been canceled. I tried to ...
|
| access data base onto a web page | 09 Jun 2007 07:51 GMT | 4 |
Question: How to put access data base onto a web page?
|
| Lookup value in table | 09 Jun 2007 07:47 GMT | 3 |
I have a 2 field table. Field 1 is Category (unique) and field 2 is FilenameToOpen. In code I would like to search for a value in the field Category. When the record is found I would like to pull out the value of FileNameToOpen of that same record, in order to open the particular ...
|
| Windows XP guide for beginners | 09 Jun 2007 05:43 GMT | 2 |
Learn how to optimize and tune up your system, get rid of boring errors and uninstall unnecessary thing with very useful tips and tricks http://windowsxpsp2pro.blogspot.com
|
| Trying to set up a query | 08 Jun 2007 22:41 GMT | 5 |
I'm trying to set up a query that runs from a command button on a form (simple enough so far), what I want the query to do is take values from the fields on the form (seven fields in total) but sometimes not all the fields will be filled. If a field is empty then the
|
| Report printing pages out of order. | 08 Jun 2007 20:11 GMT | 1 |
I have a problem with pages being printed out of order. An example is a 15 page duplexed report. Title page fine back of title page blank. (As it should be) SEcond page front, bottom says Page 1 of 15. Second page back says Page 10 of 15. Third page front says Page 3 of 15.
|
| Repoint all queries in mdb from an old table to a new table | 08 Jun 2007 15:22 GMT | 2 |
Hi, I use Access2002 SP3. I have taken ownership of a mdb which I would like to redesign. I want to repoint all current queries from a daily table to a new historic table. There are over 30 queries pointing at the old table. Does anyone know of a quick way to repoint
|
| Please Help! | 08 Jun 2007 15:05 GMT | 2 |
I have got an access file and I have set the persemission which logically has got registered in the system.mdw in the machine I have set the users permissions - but I have noticed if this access file is copied with all its permissions to another machine there are no restrictions ...
|
| VB.Net - connecting to Access | 08 Jun 2007 13:52 GMT | 8 |
I've been using OdbcConnection, OdbcCommand, etc to do work associated with an Access 2003 database - is that the best? What are the other alternatives - and their pros/cons? Any/all insights - much appreciated.
|
| Excel equation to Access Equation | 08 Jun 2007 13:02 GMT | 2 |
Is the any way to convert an equation in Excel to something Access will understand other than manually rewriting the code? Basic equation has several *MOD(A,B) and several IF(AND(C,D)... simply changing MOD(A,B) to (A MOB B) and changing
|