| Thread | Last Post | Replies |
|
| ACC2000 - DoCmd.RunSQL vs CurrentDB.Execute | 21 Apr 2006 07:18 GMT | 4 |
I have taken over an Access 2000 MDB that has linked tables to a SQL-Server database, and there are a bunch of "DoCmd.RunSQL" and "CurrentDb.Execute" statements throughout the VBA code. I wanted to clean this up and have more consistency throughout.
|
| Not in list - Open form | 20 Apr 2006 23:20 GMT | 2 |
I'm using an estimating form with a combo box for inventory. I want to open the inventory form if there's not an inventory item in the combo box of the estimating form, enter the inventory info, close the form and continue with the estimating form.
|
| HELP WITH CALCULATION IN DATABASE | 20 Apr 2006 21:31 GMT | 2 |
Good night, I am doing a database that is designed to do three main things: (1) Accept input of personal information of the members of a church and
|
| IIf this and that then this, HELP. | 20 Apr 2006 20:22 GMT | 3 |
Hello. I am using Access 2000 and I am creating a report and I need to create a running sum hidden field in the details section. I need to create an autosum that will count all of the "SB" in field [Office] and that have a date in the
|
| 3061 too few paramters on db.execute - Huh? | 20 Apr 2006 19:46 GMT | 2 |
Any reason a make table query that will run succesfully when double-clicked will generate a 3061 too few parameters error? The thing that gets me is that this has been working for ages and I just made a very minor tweak in the query and suddenly it stopped working. I can
|
| Hide and Seek | 20 Apr 2006 17:36 GMT | 2 |
Is there a way to turn off the text box display until the results are ready to be shown. For various reasons I requery the data and this causes the first record to display for a brief second, then my programming causes it to jump back to the record you were on when you caused the ...
|
| Disable the Tab Key | 20 Apr 2006 17:04 GMT | 2 |
I have a form which is intended to display one record according the parameter set on entry. At the foot of the form I have a button which, when clicked, returns the user to the main menu. However, I have noticed that if a user presses the tab key when this button has the focus ...
|
| Application window size change | 20 Apr 2006 16:32 GMT | 1 |
Is there a way to change the Access window size when I open my database. I have a small form, with very little data entry in this case. I would like for the application to open to a specific size. Thank You
|
| view recordset | 20 Apr 2006 16:16 GMT | 3 |
Sorry, the previous post escaped from me. I execute a SQL statement in code and would like to look at the recordset returned in order to debug. How do I display the recordset? I prefer to do this from the VBA screen, but anything will do.
|
| How to change Form RecordSource? | 20 Apr 2006 14:27 GMT | 3 |
I am having a bit of trouble getting a Form to change the RecordSource. I have 2 Forms -- one is a Login Form, and the other is an Admin form for administering data. The user clicks on their respective name in the Login form (no pwd
|
| Open form with a button setting parameters | 20 Apr 2006 13:53 GMT | 4 |
Is it possible to use a button to open a form, but set that form's parameters in the event properties of the button. For example, I may wish to use a different query as Record Source for that form depending upon which button was used to open it. Or, I may wish to have different ...
|
| Autonumber fields in MS Access | 20 Apr 2006 13:12 GMT | 6 |
Can anyone tell me how to programatically reset the autonumber count in a table in Access? I want to run a delete query to remove all rows, then append rows and have the autonumber field begin counting at 1. I don't want to make a new table with a new autonumber field, because ...
|
| Comma used as decimal causing issues with parameter list | 20 Apr 2006 10:18 GMT | 3 |
The program is using the regional settings for Brazil. Using these regional setting. the currency is as such: R $ 100,00. they use a comma instead of a full stop to denote decimals. This now causes an issue when sent as a parameter value as Access does not
|
| Problems with geting path from a file using file dialogue | 20 Apr 2006 08:06 GMT | 4 |
I am using MS Access 2002 (10.4302.4219) SP2 but guess this problem is not Limited to access VBA I am trying to get the path of a file with the office open or the file picker dialogue using VBA. The file is a lotus notes database shortcut .shb
|
| Calendar Pop-Up in Access (VBA) | 20 Apr 2006 06:31 GMT | 1 |
I am trying to run a pop-up calendar in Access (I am a SQL girl... not familiar with VB code) and I can't seem to figure out why I keep getting this error: Run-time error '91':
|