| Thread | Last Post | Replies |
|
| type mismatch in DLookup | 08 Jul 2007 13:54 GMT | 3 |
I have the following code, which returns an error Runtime Error 2464 Data Type Mismatch in Criteria expression Private Sub Form_Delete(Cancel As Integer) Dim varDeliveryID As Variant
|
| Constructing commands from variables | 08 Jul 2007 06:54 GMT | 1 |
I am constructing the following forms!formname!pageno.visible=False from variables held in a table. Specifically the pageno and False/True are picked up from the table. I'm getting formname using CodeContextObject.
|
| Login Help | 08 Jul 2007 05:08 GMT | 1 |
I have a database with a logon screen, I would like to be able to open a separate form for anyone logging in as an Admin vs someone logging in as a User. Bellow is the following VB code used to open the WelcomeForm once they authenticate the logon. Is there a possibility to add that ...
|
| Numeric field overflow | 08 Jul 2007 01:42 GMT | 4 |
Hi - My automation database imports a lot of reports from excel. I have been running this database for quite sometime now and all these days it has been working fine. I split the databse and now i get this error "Numeric field overflow"
|
| Updating time fields | 08 Jul 2007 00:44 GMT | 2 |
I work for a medium sized college's security deparment all deparments use radios and comunicate via a central dispatcher when the call dispatch they enter their radio call into an accses database that i have now inharited.
|
| How to cleanup a report's temporary tables? | 07 Jul 2007 21:56 GMT | 9 |
A report creates temporary tables for its own use during the Open event. These tables cannot be deleted during the Close event, because they cannot be locked while "still in use" (by the report itself apparently). - How can the tables be released by the report before attempting to ...
|
| Notify user of missing data on form closure | 07 Jul 2007 19:20 GMT | 2 |
I have a form with many fields. Users on a network are allowed to create new records or edit existing records in this form. I have 3 fields in the form that must be filled in by the user so I can properly identify the issue. I can set these fields to “Required” and that will ...
|
| Getting List of Macros in VBA | 07 Jul 2007 19:03 GMT | 14 |
I would like to know how to programmatically get a list of all macros AND their sub-macros. For example, if there is a macro called "Reports" and this macro contains the following Macro Names: "Report1" which opens report #1 and "Report2" which opens report #2, I'd like to ...
|
| random numbers | 07 Jul 2007 16:18 GMT | 3 |
I want to pull a group of random numbers within a certain range, but don't want to check after each grab whether I've previously pulled the number. For example, let's say I want to generate three random numbers between 1 and 100. I'll store the numbers in an array. Can I do ...
|
| Clear data entered | 07 Jul 2007 15:51 GMT | 3 |
I have the following code in a from where user is to enter New Ingredient. It catches the error when a duplicate Ingredient ID is used. It works so far, but what I want it to do is to clear the incorrect IngredientID they have started to enter it. I can't figure out what code ...
|
| Images in Combo Boxes | 07 Jul 2007 14:25 GMT | 3 |
Is there a way to display images in a combo box so the user could select which one they want? I know there's a way to do this in a separate form, but I'd like to know if there's a way to do so directly in a combo box. Thanks,
|
| Unusual database connection to SQL (Access 2002). Help! | 07 Jul 2007 07:16 GMT | 1 |
I have a database connection as follows. It uses a named server and NT (Windows logon) Authentication. It connects to a SQL server: With dbconn .Provider = "Microsoft.Access.OLEDB.10.0"
|
| How to open existing Excel file & paste Access data... | 07 Jul 2007 02:19 GMT | 1 |
I am wondering what kind of code I need to use to open an existing Excel file & paste Access data into an existing tab - with the key being to preserve the formatting on the worksheet tab that already exists - such as font, column width, page headers, conditional formating and ...
|
| database splitter | 06 Jul 2007 22:51 GMT | 3 |
I have developed a application in access. Now, i moved this to the a common drive where all my tem members can access it. I tried database splitter which splits into front end(forms, queries...) and backend(tables). also, i can see all tables from the front end are linked
|
| Conditional Formatting that Opens Form | 06 Jul 2007 20:56 GMT | 3 |
I have conditional formatting set up (see below) and I would also like to open a form if the conditions exist. Can someone help me. My form name is "CRITICAL STATION FORM" and it's a pop up form. Thank you. Public Function fTestConditions(strLine, strDesc, strWorkStation)
|