After trying everything Including, adding new ram, reformatting the drive, and installing xp. The darn thing still freezes dead on me every time. I am ,.lost tired and frusterated w/ this.... I am running a pentium 4 w/256 megs of ram. why do i still keep freezing up????
I have recently installed a new mouse on my computer, I used the default drivers (windows 98 2nd edition disc ver.) after that my computer has been freezing as soon as I boot rior problemand get to my desktop. I have had no pWhat is rior problems with my version of 98, or the mose drivers...
Yes I did try that code as well and got pretty close to the same error message
"DEATH PORTAL RECORDS can't find the macro 'DoCmd.'
The macro(or it's macro group)doesn't exist, or the macro is new but hasn't been saved.
Note that when you enter the macrogroupname.macroname syntax in an...
Roy, I posted this a couple days ago after I used that code!
"When I use that code this is the message that I get
"DEATH PORTAL RECORDS can't find the macro 'Private Sub cmdExit_Click() DoCmd.'
The macro(or it's macro group)doesn't exist, or the macro is new but hasn't been saved.
Note that...
O.K. I Appologize for my lack of information here.
Here it goes,
The subform is on a Form (Orders) the point of the combo box is to select items from the "Items" Field in my "Products" Table, and display them on the orders form -
which will eventualy be the recordsource for a report that will be...
Well guys here is the code for that button.
Private Sub RETURN_MAIN2_Click()
On Error GoTo Err_RETURN_MAIN2_Click
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "MAIN MENU"
DoCmd.OpenForm stDocName, , , stLinkCriteria
Exit_RETURN_MAIN2_Click:
Exit Sub...
I have a conbo box in one of my subforms, its recordsource is my "products table". My problem is when I select one item from my combo box it changes all the records in the items field in my subform to that item. In other words, the field "items" on my subform wont hold the value of more than 1...
When I use that code this is the message that I get
"DEATH PORTAL RECORDS can't find the macro 'Private Sub cmdExit_Click() DoCmd.'
The macro(or it's macro group)doesn't exist, or the macro is new but hasn't been saved.
Note that when you enter the macrogroupname.macroname syntax in an...
Here it is, I have created a command button (using the wizard) to return me from one form to the main menu (switchboard). The problem is, that when I use this button it does not close the existing form it just tiles it behiind the other one. How can I make it close the existing form and return...
O.K. Here is my scenario, I am creating an order form for my business, and I want a locked field that will be called order #. I want this field to display the primary key from my sales table, so that for every new sale I will have a new order number(for record identification).
My prblem is that...
In my consumer information table there are 3 fields for each individual consumers name, I.E. - "Field 1 = first name,Field 2= middle name, Field 3= last name.
I want my combo box to hold all of my customers first and last names. I appreciate any help that is offered
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.