I posted this previously in the Virus/Spyware Forum, but my Hijack This log indicates the machine is clean, so I thought I would post here for more information. Let me start by saying a few things. This is my first experience with Windows 7, and this is 32-bit Windows 7. Initially I indicated...
Let me start by saying a few things. This is my first experience with Windows 7, and this is 64-bit Windows 7. I can't really identify whether this is an operating system issue or a virus/spyware/malware issue. I could wipe the machine and start over, but I'd really like to explore this first. I...
This is Windows XP Pro SP3 with Internet Explorer 7. I have a search engine redirect problem which has some very interesting characteristics. First, this problem occurs across all search providers, google, bing, live, etc. Second, it is not user specific. Regardless of the log in name the action...
This is Windows XP Pro SP3 with Internet Explorer 7. I have a search engine redirect problem which has some very interesting characteristics. First, this problem occurs across all search providers, google, bing, live, etc. Second, it is not user specific. Regardless of the log in name the action...
I have the following code isolated in the Exit event of a form control, and it is producing the following error message....
The Microsoft Jet database engine cannot find the input table or query 'False'. Make sure it exists and that its name is spelled correctly.
Here is the code.....
Dim...
This is Access 2000. I am working with a split database. Is there any significance to the fact that the relationship window is different when I access the mdb file directly as opposed to accessing the relationships window by opening the database program in edit mode (holding down the shift key...
This is Access 2000. Is it possible to import data into an existing table for the purpose of updating existing fields with revised information? For example, edits to item descriptions, quantity on hands from a year end inventory count. Rather than changing the items manually, I want to import...
This is Access 2000. I have a problem which I have worked around, but I would like to get some advice on how to properly address this issue. I have a modal form which is called up from another form based on criteria, so sometimes it opens and sometimes it does not. It is an informational form...
This is Access 2000. I have an application with over 200 forms. I created an onscreen calculator as an Access form and I want to provide the user with the ability to call up the calculator with the double click action from within any form in the application. I've tested the form and now I am...
This is Access 2000. I have a little dilemma. I have created an onscreen calculator to do some basic division and multiplication which is called up as a modal form by double clicking anywhere in a form. After a calculation is performed I want to give the user the option to click a command button...
Access 2000.... Can someone tell me why this code produces a type mismatch error. Each filter, when executed separately, works fine. Am I doing something wrong in trying to combine them? These are Boolean fields.
Private Sub ActiveRawCommand_Click()
On Error GoTo Err_ActiveRawCommand_Click...
In Access 2000, can someone assist me with a method for turning off the wheel mouse function so that records are not being unknowingly cycled by the user while he/she is editing a record? Thanks for any information!
This is Access 2000. I have items residing in tables, some of which are labelled inactive through the use of a Boolean field. This causes the items not to appear in most forms and lookups, but there are some master edit forms and other forms where all items appear, active and inactive. What...
I have this code trying to retrieve data into a recordset. The problem is in the last section. The field 'InactiveProduct' is located in the BatchTemplateDetailQuery and is a true/false field. I am not sure how to write the code for that piece. Any help would be appreciated.
Set rs =...
I have an Access 2000 application that I have written that is completely menu driven. Users have no access to the typical menu bars or context menus. I am wondering if there is a way to automatically run the Tools|DatabaseUtilities|CompactAndRepairDatabase routine when the user exits the...
The following code is producing the error "Too few parameters. Expected 1". Can someone help me with this please? I've tried several variations of this without success. Thanks in advance for any help!
Set CurDB = CurrentDb
Set rs = CurDB.OpenRecordset("SELECT * from UnprocessedBatchQuery...
I have worked around this problem by including criteria in each statement (QuantityOnHand=0), but I was trying to implement an if..then approach and I can't seem to get it to work. I want to understand what is going on here and what I am doing wrong. This is all designed to eliminate divide by...
I have a form where the record source is ReceiptTable. ReceiptTable is linked to ItemTable on the item number field. I need to be able to retrieve a value from an ItemTable field based on the item number value in the form and then run some commands based on the condition of that value. How do I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.