| Thread | Last Post | Replies |
|
| VBA coding Questions | 28 Sep 2007 09:12 GMT | 2 |
This is my first time to develop database application using ms-access so please consider me as a beginner I need to know 2 main things - how to get value from query and assign the value to a variable in VBA
|
| update query not working | 27 Sep 2007 23:50 GMT | 1 |
wrote update SQL last column ok when .runSQL then when breaks out of sub last value dropped back to original. code below Private Sub Command8_Click() On Error GoTo Err_Command8_Click
|
| How to backup tables aside from copying *.mdb file ? | 27 Sep 2007 23:10 GMT | 4 |
|
| use the network Username as default in Access 2007 | 27 Sep 2007 20:50 GMT | 2 |
I want to use the network Username as default value in a table. I have a function defined that returns the value, but Access does not recognize my function as valid. The expression builder does not show my function in the list of functions,
|
| Needed: Code to Import 80+ Tables. | 27 Sep 2007 19:57 GMT | 1 |
I have about 80+ tables that need to be imported regularly in to a new database, from an existing database that has 200+ total tables. Using the manual import and selecting 80+ is a pain. The tables, that need to be imported start with either X or Y. Could someone please provide
|
| Display of Subform | 27 Sep 2007 18:24 GMT | 1 |
When a form with an embedded subform is switched to Design View, sometimes the actual subform is displayed, and other times just the outline of the subform. How do you control how the subform is to be displayed?
|
| ACG PDF and Mail | 27 Sep 2007 17:18 GMT | 2 |
I'm using the ACG PDF and Mail add on. If anyone is familiar with this I would appreciate some help. I'm looping through a list of customer names on a report and making a new pdf for each customer so I can email it to each of them.
|
| Last Row in Column not working | 27 Sep 2007 16:54 GMT | 1 |
OK, I am stuck. I had the following line of code that was working. My computer was replaced and I was able to run my program once but now I am getting a "Type Mismatch 13" on this line of code: lnglastrow = xlSheet.Cells(xlSheet.Rows.Count, "A").End(xlUp).Row
|
| Mid Function in Access 2003 after 97 conversion | 27 Sep 2007 16:53 GMT | 8 |
I converted an Access 97 database to Access 2003 and get an error that there is an "Undefined Function 'Mid' in Expression". This also happens when I try to use the Expression Builder to create a simple Mid function in a Query. It worked fine in Access 97 and seems to be a ...
|
| What are {}, how do you use them in IF statements | 27 Sep 2007 15:50 GMT | 3 |
I am using someone elses formula, but they have used the following brackets i.e. { }. What do they mean?. When I come to amend the formula the brackets they disappear and the formula stops working. I don't understand why they are there and what the difference is between the ...
|
| How to format a number in a textbox combined with text? | 27 Sep 2007 15:12 GMT | 2 |
I need to get an answer how to combine a nr. field and a textstring in a textbox inside a report (Access 2002) What I like to do: Ex:
|
| Form Becomes Dirty without User Entering/Selecting Data | 27 Sep 2007 15:08 GMT | 1 |
I have a form that uses command buttons to changes the look of the form; for example, if button “A” is clicked, the form changes and only those fields associated to button “A” are displayed; if button “B” is clicked, the form changes and only those fields associated to button “B” ...
|
| Error message sending Email via CDO | 27 Sep 2007 14:53 GMT | 3 |
I got the following code from Paul Sadowski's web page. Dim objMessage as object Set objMessage = CreateObject("CDO.Message") objMessage.Subject = Me.Subject
|
| directory lookup | 27 Sep 2007 14:28 GMT | 2 |
how can i access a specific folder on a drive, pick an excel file, and then move that file to a generic excel file via a menu button? the generic excel file would be retrieved via an import query.
|
| How to Find a Table in Database Windows Based on Criteria | 27 Sep 2007 14:22 GMT | 4 |
I have: Tables suffixed by the year (e.g., tblCustomers2003, tblCustomers2004, tblCustomers2005, ...) I want: to get the name of the table with the latest year. Application: Access 2003
|