| Thread | Last Post | Replies |
|
| How to run multiple queries through a macro? | 31 Jul 2007 19:34 GMT | 3 |
I have 6 queries in Access that run great. They need to be run in sequence with the first 5 queries writing to tables and the sixth one pops up the final results in datasheet view. Now, how can i automate this process? I started with the simple macro builder and entered all
|
| VBA SQL | 31 Jul 2007 19:18 GMT | 3 |
I have a database that I am converting to a mysql backend so I can access it across a wan a little better (hopefully).. Im converting my DLookups to sql statements but I have an issue when they return no records. See below for the code. Also, what are your thoughts of
|
| Changing the Value of a Field in a Bound Form | 31 Jul 2007 19:08 GMT | 2 |
I have a continuous form bound to an underlying table. How do I change the value of one field (all rows) to a particular constant say eg. 1998. Someone on the Group here mentioned I should not use a the RunSQL
|
| Shortcut to filtering list displayed by combo-box? | 31 Jul 2007 18:35 GMT | 1 |
I have a control on a form - Combo0 which lists some companies for me to select from. I'd like to put a couple of cmd buttons on the form that allow me to switch between listing ALL companies and JUST THOSE having related records in tblPreliminaryVINs.
|
| field lists | 31 Jul 2007 13:41 GMT | 1 |
I've created a table in Access and I've made the type field list for one of my fields. How do I populate that list? Thanks in advance.
|
| Run-Time Error | 31 Jul 2007 13:32 GMT | 5 |
I have a button on my (continuous) form which when pressed performs the foll 2 actions: 1) it resets the field "Init_Bal" to 0 2) it computes the closing balances & stores them in the field
|
| Access Jet-Engine versus MSDE / SQL | 31 Jul 2007 13:06 GMT | 6 |
Dear reader, As far as I know you can work with Access on tree different ways: · Jet-Engine · MSDE
|
| To find a record in the sub form | 31 Jul 2007 08:07 GMT | 1 |
Dear reader, How can I find a record in a sub form, the sub form type is DataSheet and the record collection in the subform are to many to show them all in the subform window.
|
| In MS Access how can I skip to the next page on section break if section can not be printed entirely | 31 Jul 2007 07:33 GMT | 1 |
In MS Access how can I skip to the next page on section break if section can not be printed entirely on the preceding page. Say if I had 20 print lines on the page and I have section 1 with 4 records and section 2 with 5 records ... Section three has 10 records... I want to
|
| How to deal with a VBA-project that is damaged in Access2000 | 31 Jul 2007 07:29 GMT | 3 |
How to deal with a VBA-project that is damaged? Hi everyone. I am BigOlle from sweden and I have been working with Accees for ten years
|
| Problems writing a linked query in SQL | 31 Jul 2007 07:19 GMT | 3 |
Hello Newsgroup, I am doing some archive database and therefore got one table indexing every folder and one table storing which rack belongs to which department, eg:
|
| Null values on crosstab query | 31 Jul 2007 03:09 GMT | 5 |
On a crosstab query, I often produce reports that show Counts of values. the problem that I have is that where there are no counts, no values are returned i.e. there are blank cells. Is there an easy way in which to automatically replace these null
|
| How to set Tools Options settings and View Toolbars settings via VBA | 31 Jul 2007 01:31 GMT | 2 |
Anyone help me set these Tools - Options settings in Access 2003 via VBA code: 1) Use Windows Themed Controls on forms" It appears that i could use:
|
| Missed the Boat on Import Logic | 31 Jul 2007 00:26 GMT | 4 |
I guess I missed the boat on the logic for this one. Immediately upon hitting "Import" in an attempt to import an Excel file containing 7 columns of 'txt' formatted data into AXP, I got a "Type mismatch" error. A search of previous posts
|
| Data Conversion Help | 30 Jul 2007 23:30 GMT | 1 |
I'm generally pretty good at this, but can't seem to come up with the best way to do this "One Time" task. I have a 2-column table in Access, sampled below with some sample data shown: TenantID, OperatingStates
|