| Thread | Last Post | Replies |
|
| How to or delete a Excel sheet or tab thru VBA code? | 05 Nov 2006 18:44 GMT | 12 |
I have a Access VBA code and I like to remove the a Excel tab. Can anyone help? Thanks
|
| Add or change module kills my app in Runtime? Sagekey Security | 05 Nov 2006 18:23 GMT | 2 |
I am killing myself trying to determine what is wrong with my app. I have a fairly large Access program that I sell to the public. I am using Office XP Dev and distribute the app as an MDE with the Access Runtime which is insatlled using the Sagekey MSI installation scripts.
|
| Opening a recordset from the current db | 05 Nov 2006 17:41 GMT | 5 |
I get an invalid argument error when I try to open a recordset from the current database table named dbo_CardHolder using this code: Dim rs As Recordset Set rs = CurrentDb.OpenRecordset("dbo_CardHolder", dbOpenTable)
|
| Fomatting a text box | 05 Nov 2006 03:13 GMT | 2 |
Is there a way to show some part of the text as highlighted or bold in a text box thru VBA code? Thanks for your help Krishna
|
| Importing data | 05 Nov 2006 02:14 GMT | 5 |
Is possible to import data from a other software program like QuickBooks? Has any one every done this before? I would like to import bank deposit data so I can run queries on money deposited and money than my database show’s I collected.
|
| Qry parameter | 05 Nov 2006 00:28 GMT | 1 |
How can I make this work in a query: PARAMETERS [tblname] TEXT; INSERT into [tblname] . . . I know I could build SQL in the VBA and go from there, but this seems more
|
| fldName | 04 Nov 2006 20:48 GMT | 4 |
Why doesn't this work? the query produces results with one of the fieldnames as DateDone and whose values are dates. I'm trying to get a fieldname that looks like the dates in the DateDone field (I'll use in a create table SQL later).
|
| Using a variable with the bang operator? | 04 Nov 2006 06:46 GMT | 1 |
How would I rework this code so that I can use variables with it? DoCmd.OpenForm "frmReportsMenu", acDesign Forms!frmReportsMenu.cmdClose.Picture = "I:\Bid Administration\bids.ico" DoCmd.Close acForm, "frmReportsMenu", acSaveYes
|
| Help returning a value from a module to a form | 04 Nov 2006 05:34 GMT | 1 |
Hi can someone tell me what I am doing wrong. I am calling a function from within a form. The function is located in module2. The values pass to the function fine but the returned value from test2 is
|
| Selecting only the numbers | 04 Nov 2006 02:39 GMT | 1 |
I am trying to use a very sloppy telephone list. My table is set up (aaa)nnn-nnnn but the list I'm trying to use is horrible. Some entries have area codes, some don't. Some have extensions some don't. Some are missing the area codes but have the empty parentheses. Some have ...
|
| BUG?: Memory Not Released using VB6 & ADO 2.8 | 04 Nov 2006 00:14 GMT | 9 |
SUMMARY: I have created an extremely simple VB6 app that uses ADO 2.8 to query a Access DB through OLEDB. Problem is that memory IS NOT RELEASE even after Close & Set to Nothing both Recordset & Connection ADO objects. It is so simple and straighforward that I can not believe ...
|
| sending mail from Access without warning dialog box | 03 Nov 2006 23:31 GMT | 2 |
I have 2 Access apps that send mails using the Outlook object, works fine, except one thing: everytime the mail is about to be sent by the app, a dialog box related to Outlook appears warning me that my app wants to send a mail and is that all right, etc.
|
| Howto? Dlookup("field","SAVED_QUERY","Criteria='string'") | 03 Nov 2006 21:23 GMT | 4 |
Dlookup("field","SAVED_QUERY","Criteria='string'") I think it's not liking either using a saved query as a table, or it's not liking that my string/date/number is a calculated expression in the query. Thanks for your help.
|
| attendance | 03 Nov 2006 21:03 GMT | 1 |
I'm trying to develope an application that can track attendance at various classes of varying times and dates. So, looking for some ideas. I've got the tables for the classes and their dates (start/stop, and dates for each meeting, which can change, be added to or removed from the ...
|
| column headings in subform | 03 Nov 2006 20:47 GMT | 1 |
I have a subform based on a query, In design mode I have column headings in the form header. However it shows my information with the column headings with the table column names and does not show the form header column names. any help would be appreciated. Arnold
|