| Thread | Last Post | Replies |
|
| Demo Solution | 31 Mar 2007 21:14 GMT | 2 |
I want to make a demo version of my database solution and I thought that a version where the maximum number of records in any of the tables was, say 10. does anyone know if this is possible. or a better idea as a demo version. Appreciate your ideas.
|
| No Value Given for one or more required parameters | 31 Mar 2007 20:36 GMT | 6 |
I am fairly new to Vba and have been trying to implement a Select statement with 2 criterias but i keep getting the same error No value given for one or more ewuired parameters. Any Help will be much appreciated. This is my code as follows:
|
| Data List | 31 Mar 2007 14:42 GMT | 5 |
Could you provide me solution for the below problem..? I listed the name in a combo box. When i create New name by using Double click which would open other form and get input for the new Name. But, When i close that form, it is not coming to current form. It comes only when i ...
|
| Expression fails when value is "Empty" | 31 Mar 2007 13:16 GMT | 4 |
The fourth statement in this code returns an error message when the expression has no value. The error code is 2427 -"You entered an expression that has no value." When MyValue has a value, in this case a date, then there is no error. This is part of a function module that I ...
|
| VBA Copyrecordset to Excel | 31 Mar 2007 11:35 GMT | 1 |
I have a query in my Access database that I need to export in an existing pre-formatted Excel worksheet. I programmatically place the results of this query into a recordset, then I use CopyRecordSet to copy the data into a specific location in the Excel sheet.
|
| Macros Won't Run | 31 Mar 2007 07:52 GMT | 1 |
This is the VBA code executed from OnClick on a form's command button, to run 4 macros: Private Sub Command160_Click() DBEngine(0)(0).Execute "Append to Delivery List Table", dbFailOnError
|
| Importing new records to a table | 31 Mar 2007 07:38 GMT | 2 |
I've made an Access application that provides a better interface to a legacy DBF based DB program. I import all the DBF files as tables and then use my own forms and queries to view it. When the legacy DB program vendor ships updates they ship new DBF files. Previously I've
|
| Creating fields in a new table. | 30 Mar 2007 20:53 GMT | 6 |
I have discovered that creating a field in VBA code as dbDecimal causes an error but creating it as dbBigInt works fine. After appending the table the field properties (in code) show dbDecimal. Anyone have more information about this issue.
|
| Closing Excel Reference | 30 Mar 2007 17:03 GMT | 4 |
I have a database that is opening excel and doing a few things with it. My problem comes at the end it doesn't want to close the Excel process so if the dB is run again it returns an error. My code is below. Thanks. Option Compare Database
|
| How to print pdf via Adobe PDF in module? | 30 Mar 2007 16:18 GMT | 4 |
I used Adobe PDFWriter to print access via module. It works great until my company upgrade to Adobe 7 professional. Adobe 7 professional does not have Adobe PDFWriter. It uses Adobe PDF instead. I spent months on google to find the solution but in vain. Could anyone show me ...
|
| Direct to serial or parallell port? | 30 Mar 2007 13:50 GMT | 2 |
I have written an application that sends a command to play a wav file when a certain condition occurs. Now I would be able to to send a signal direct to a serial- or printer port to close a small relay contact at the same time. Does anyone know how to adress any of the ports with ...
|
| Functions, sub's and private sub's... | 30 Mar 2007 13:19 GMT | 1 |
In using VBA in MS-Access, can someone give me a 50 word or less explaination of the differences between sub routines, private sub routines and fuction modules? Thank you in advance.
|
| Email a report Error! | 30 Mar 2007 10:33 GMT | 2 |
Hi I am trying to setup a button that will select a report and attact it as a excel file to a email when you click the button it will ask which team leader do you want, you type
|
| how to enter words in a text box and count the number of spaces | 30 Mar 2007 09:31 GMT | 12 |
In microsoft access vba programming how do i enter the words in a text box and count the number of spaces between the words to be displayed in a message box?
|
| How to get Windows Login "Display Name" instead of "username" in V | 30 Mar 2007 05:26 GMT | 1 |
I found that using 'environ("Username") ' can only returns the windows login ID, what can I do if I want to get the window's "Display Name" ? Thanks Best Regards
|