| Thread | Last Post | Replies |
|
| Sorting Problem | 30 Sep 2008 20:59 GMT | 3 |
I'm having a problem that I know must be really easy to solve but I just can't find the solution: I have a report and I need to sort the results first by last name, then by nationality and last by age.
|
| importing access data into word form | 30 Sep 2008 19:07 GMT | 1 |
Hi people, I am fairly inexperienced at this so please use laymans terms and be gentle with me. I have a preconstructed Word form for change notes. I have an access table and form set up with the same data as on the Word doc.
|
| Problem with currentdb.execute | 30 Sep 2008 18:19 GMT | 1 |
I have the following code in my unload event. Even though ls_SQL is set to a value which works OK when copied into the query window, only the first of these actually updates the tblParameters table. Any idea what's going on and what I can do about it?
|
| surveys | 30 Sep 2008 13:42 GMT | 2 |
I need to create a survey form and create a database to link it to, I have no experience or knowledge of databases and so will need a step-by-step guide!! The survey is to collate information such as gender, nationality so will need tick boxes and text boxes.
|
| Finding the backend tables for a front end ? | 29 Sep 2008 20:13 GMT | 4 |
I have an mdb which is a front end using an odbc connection to read and write some back end tables (non access). If I open the linked Table manager I can see the varios tables listed (the remote ones) with entries like;
|
| how do I move cells in a.xls column to an access d'base | 29 Sep 2008 19:42 GMT | 2 |
I want to move 1000@ cells in a .xls column to access. - If I try to copy and paste I am told that the text is too long.
|
| select distinctrow using date on form | 29 Sep 2008 18:55 GMT | 12 |
I have a form with a combo box that selects the drg from a table...works just fine: select distinctrow [DRGtable1].[strdrg],[DRGtable1].[strDRGdescription],[DRGtable1].[intWeight],[DRGtable1].[drgstartdate],[DRGtable1].[drgenddate] from [DRGtable1];
|
| Consolidation of multiple data sources | 29 Sep 2008 10:12 GMT | 5 |
I have always been an Excel guy and have never used Access until just recently when a friend showed my how to use it to identify duplicates in some very large spreadsheets I was working on. Now having seen just a small sampling of what Access can do, I was wondering what other ...
|
| Choose() function with option group feed | 29 Sep 2008 10:04 GMT | 3 |
My form runs a query I have an option group on the form which returns 1, 2 or 3 accordingly My query contains the criteria below like "*" & Choose([Forms]![Form1]![OptGrp],"Ops","Eng","")
|
| MS Access | 28 Sep 2008 21:09 GMT | 1 |
Is there anyone that could break down in laymen terms how to work with MS Access? I have trying to make relationship with different table and I keep getting this message "The index or primary key can not contain a null value" but when I attempt to correct the fault it tells me that ...
|
| New User | 28 Sep 2008 14:52 GMT | 4 |
Thanks for reading this post. I am new to MS Access and currently learning Access 2003. The best way to learn a new subject is through practice/exercises. Can anyone recommend a source where I could find few practice/exercise questions with answers?
|
| Reopen a DB | 28 Sep 2008 06:24 GMT | 2 |
Is there a way using VB to reopen a DB , some sort of command button to "reopen" it? thank you all
|
| Someone Please Help? | 28 Sep 2008 02:00 GMT | 2 |
In my Control Source I have =[Qty 2]*[Master Type Factor] My problem is this. If [Qty 2] is left blank it doesnt show a 0. I want it to show a 0 for it to work since this is linked to other queries, but will not
|
| IIf | 28 Sep 2008 01:07 GMT | 2 |
I am trying to put an IIf statement together. What I need it to basically do is if a carrier arrives before 13:00 (1 pm), it's early. If it arrives after 16:00 (4 pm), it's late, between 13:00 (1 pm) and 16:00 (4 pm) it is on time. It does not error in design view but when I ...
|
| Want to ignore blank values for calculations | 27 Sep 2008 22:00 GMT | 8 |
I have a simple database form used to collect numerical values(p1, p2 ....up to p8). I want to perform some calculations on the values that are input but all the boxes are not always used so I want to ignore unfilled boxes. As a simple example: I would like to calculate the ...
|