| Thread | Last Post | Replies |
|
| If Hidden BackEnd BE not found then supress error revealing its location? | 16 Jul 2006 04:01 GMT | 17 |
Split DB (FE & BE) Linked. FE compiled to MDE. For security reasons, I have hidden the BackEnd. However, If the network is down or the FE can't find the Backend, then an Access Error reports exactly where the Backend is. This blows my attempt at hidding
|
| Can setfocus on a field error 2108 | 16 Jul 2006 02:55 GMT | 1 |
The code below says error 2108 must save field before setfocus? All I want to do is check out the input field and if in error set the cursor back on it after the MsgBox displays. In this case I read the file and didn't find it.
|
| Trying To Reference SubForm: "2467 Object closed or does not exist"? | 15 Jul 2006 20:51 GMT | 5 |
I've got a parent form and three subforms. Two of them work A-OK. For the third one, in the Immediate window: -----------------------------------------
|
| FOr some reason my hyperlink is not working. | 15 Jul 2006 20:27 GMT | 4 |
I have a form with a Command button. i have a text box also which is bound to my Button. i have created a standard module and created an onclick event for my button
|
| How to Running a windows command from Access VBA? | 15 Jul 2006 20:15 GMT | 1 |
How do you run an external windows command in Microsoft Access. I have a VBA script and I want to start internet explorer from within Access. Is there a run host command to start a windows program? Thanks for your help.
|
| OpenForm only opens record with data if form has been opened before | 15 Jul 2006 17:33 GMT | 3 |
stLinkCriteria = "CUSTOMER_ID = " & CUSTOMER_ID stDocName = "NEW INVOICE" DoCmd.OpenForm stDocName, , , stLinkCriteria "NEW INVOICE" opens with TONUMBER) in key field and no other data
|
| columns and headings in listboxes | 15 Jul 2006 17:03 GMT | 4 |
Hello, would anybody be able to tell me how to set a listbox's headings in code? as well as how to define which column of a listbox data should go into. I have a listbox that should have 2 columns, each with a heading, and im running a loop to populate the listbox with data from
|
| How Do I Create a MDE from a simple database | 15 Jul 2006 04:01 GMT | 1 |
I have a database and I want to make it into an executable but the make MDE file menu option is greyed out. What do I have to do to create a mde? Thanks,
|
| Multi-select list as report data source | 15 Jul 2006 03:53 GMT | 1 |
I have a list which the user can multi-select. My question is, how do I take the selected list items across to a report as data source? Thanks Regards
|
| If Statement with multiple controls | 15 Jul 2006 01:05 GMT | 2 |
I have a form with multiple controls (textboxes) named: Father Mother Child1
|
| 1st, 2nd, 3rd, etc | 15 Jul 2006 00:49 GMT | 6 |
Havong sorted records in a query how do I allocate highest score 1st second highest 2nd third highest 3rd
|
| Not-operator not working? | 15 Jul 2006 00:43 GMT | 11 |
Out of a table I'm trying to pull out every record in which the field 'Lastname' is not 'Johnson'. In order to do this I've put the following next to the 'criteria' field in the query-window:
|
| Access Forms 2 Web - DMSoft Technologies | 15 Jul 2006 00:37 GMT | 2 |
Anyone actually using this software? If so I would like to find out how you like it, how well it is working. I have tried it and cannot get it to work. With the vendor's help even, we couldn't get it to work.
|
| Query builder vs. vba for timestamp criteria | 15 Jul 2006 00:34 GMT | 4 |
In the query builder, I can create a query that will take a date/time as criteria, and the query finds the records: SELECT SRSrvcsEquip.Stock, SRSrvcsEquip.Activity, SRSrvcsEquip.EquipOwned, SRSrvcsEquip.Manufacturer, SRSrvcsEquip.EHSN,
|
| Exporting to CSV | 14 Jul 2006 23:38 GMT | 3 |
I have a table which is based on a query that I want to export to a csv file on a regular basis.The table has 15 columns and each column is populated fully. So the table looks something like
|