| Thread | Last Post | Replies |
|
| link pop up form to main form and filter by current record | 01 Aug 2008 00:58 GMT | 7 |
I want to use a pop up, modal form instead of a subform and want similar functionality to a subform. I have made the form, button to open etc all ok but I am having difficulty getting the subform to only show the records realting to the current record on the main form.
|
| Error 3093 Question | 01 Aug 2008 00:38 GMT | 1 |
I have a query for the rowsource of a combobox: SELECT DISTINCT tblAircraft.DN FROM tblAircraft WHERE (((tblAircraft.Program)=[cmbProgram])) ORDER BY Val(tblAircraft.DN) DESC; and when I run this query I get the following error:
|
| Wher do I put the code for adding to Dates? | 01 Aug 2008 00:36 GMT | 1 |
I want to use the following =DateAdd("d",180,[Date Referred]) =DateAdd("d",90,[Date Referred]) =DateAdd("yyyy",1,[Date Referred]).
|
| I keep getting error 3121 when trying to use group by function | 01 Aug 2008 00:29 GMT | 2 |
I am using a table that I improted from excel, but have done nothing else to modify. The erroro message state "cannot group by object with "*" in statement. I am doing this in a simple query and using no VBL. What do I need to do to be able to execute query?
|
| need help to correct the speller check in outlook express 6 | 01 Aug 2008 00:23 GMT | 1 |
I just setup a new computer based in English US and the spelling seting in outlook express is set for French language. It does not give me another option, that is the only one at the settings.
|
| How to use copy/paste in Access 2007 package | 31 Jul 2008 23:32 GMT | 4 |
When I am developing my program in Access I can use the copy/paste functions with the right click, but, when I package the program for distribution using the developer tools, the right click function is turned off. I want to be able to use the right click copy/paste function in ...
|
| pop ups | 31 Jul 2008 22:58 GMT | 7 |
Hi I would like a window to pop up 3 months, (or 90 days) from the date the client is created just saying a reminder, is this possible? And how would I go about doing this?
|
| format a number in a query | 31 Jul 2008 22:56 GMT | 5 |
I have a number in an access query that when I export to excel it isn't recognized as a number. I have to then select all the numbers and format in excell as a number. How do I do this in access? I see a format for each field in the query but do not know what is the correct ...
|
| Parameter dialog box | 31 Jul 2008 22:39 GMT | 3 |
Is it possible to edit the dialog box that comes up on a parameter query so that it says something like "enter you zip" instead of something cryptic?
|
| Prevent orphans | 31 Jul 2008 22:38 GMT | 6 |
I have tblPerson related to tblAddress via a MxM table tblPersonAdres. Referential Integrity and cascading deletes work fine. Except when I delete a record from tblPersonAdres which links PersonA to AddressA. If that is the only linking record where addressA's ID was present, ...
|
| creating a new record with a unique ID # | 31 Jul 2008 22:33 GMT | 20 |
Hello I have a button that clears the form so the user can enter a new client's information. However I would like to have the ID come up automatically to the next unique id in the list. Here's some code I came up with however I have the SQL and Visual Basic
|
| Add new form data to 2 tables | 31 Jul 2008 21:59 GMT | 5 |
I have seen different ways this question was answered but it seems to be a different answer based on the way the databases are set up. I have 2 databases 1 with a list of names and id numbers,the other database with information about the names.
|
| Help with database sharing | 31 Jul 2008 21:41 GMT | 5 |
Hello all, you have been an invaluable source of help for me in creating my database, it is simple db for small office of five. I have it on 2003 server. How can I become db administrator and allow others in office to work in it at the same time without changing much of ...
|
| coding a command button | 31 Jul 2008 21:01 GMT | 4 |
I want to add code to a command button to check for an entry in a table “tblDownTime” for the current date in the field “date” and for a specific ride in the field “ride” ‘which I want to hard code’ if found then check if the field “safety” is null. If it is not null then I want ...
|
| Normalizing and how to use Access for GUI | 31 Jul 2008 20:44 GMT | 9 |
After Jeff Boyce opened my eyes yesterday I started normalizing a hierarchical cost category sctructure and trying to find an intuitive GUI. Now it occurs to me why I've kept avoiding this path ;-) This is what I had:
|