Hello All,
today something very strange happened to our DB, none of the records will update, the command buttons do not point were they are supposed to, if I click on a calendar control (example here) I get a cannot update error, I cannot select anything from any combo box controls because this...
Hello all, I have an event that executes when the user double clicks a partNumber Control:
code:
DoCmd.OpenForm "Product Details", , , "[Products]![ID] = " & Me![Product ID]
This opens a details form for that partNumber. Is it possible for it to open a blank Product Details form if there...
Hello All,
I have a DB that mimics a CRM to some extent, the area for this question I am most intrested in is in the inventory portion of the DB. Throughout the year pricing changes. For the industry I work in sometimes monthly if not weekly, at times depending on the Asian markets we have seen...
Hello all,
I was wondering the best way to allow the user to make multiple selections from a combo box control.
I'm thinking that I will need to have an unbound control that allows for the mulitiple selections to be stored in.
Also, I would like to seperate each selection with a comma or...
Hello all (Access2003 DB)
I have a subform that displays in list view, one of the controls is an OrderDate, I would like to change the background color to red (for the whole row if possible) if the Order is 15 days old.
I've tried the following conditional format: Expression is...
Hello all, I have a query that is not functioning as completly as I would like, I have a form that has two unbound combo boxes on it cboCompany & cboMachine, When the user selects the company name the query returns the appropriate data for that customer
Criteria =...
Hello all I have an Access 2003 DB,
I have a table that holds Machine Lead information.
Fields include: Id, CompanyName, MachineType, Quoted, DateQuoted, and Status.
I want to have a form that has predefined parameters (via list boxes or drop down list) for the user to select to help...
Hello all, I've made a query to view sales orders by a particular date. In the OrderDate field I have this listed under criteria: Between [Begin Date] And [End Date].
For some reason if I don't put in a date I can view a report that shows me all sales orders, but if I put in a date I don't see...
Hello all I have a slight problem I am hoping someone can help me with.
I have a query that keeps giving me the following error message:
Undefined Function Nz in expression
Example: Qty Sold: Nz([Quantity Sold],0)
However when I create it this way:
IIf(IsNull([Quantity Sold]),0) I do not...
Hello all, I have a table that I am trying to build a query off of. There is a Field in my table called status. It is linked to another table called tblStatus, there a three choices for the user to select in the Status Field
1. Open
2. In Process
3. Closed
I have built my query and I am hoping...
Hello all I have a form that opens fine when viewing previous record entries. However when I open the form to create a new record it loads blank. Any ideas why? The form is opening based off of a command button control. One control is "View Previous Orders" (This control loads the form properly)...
Hello all, I have a bit of a problem that seems to be snow balling on me. I'm not sure if I should go back to design to resolve this but here is my problem:
I have a table that holds all product information Product Name, Description, Quantity, etc...
The two controls that are critical to what...
Hello all, I have a simple little macro that Maximizes the form window from the 'On Open' event fo the form. Works great, however whenever I open another form and then close it none of the other open forms are maximized, they are nearly maximized but not completely. does anyone know how I can...
Hello all, I have a form that has an unbound combo box that is linked to my customer table. The user begins by typing in a few letters of the company name then the rest is autofilling, pretty routine.
However, the company names in the combo box are not showing up in alphabetical order. At a...
Hello all I have a Customer Order form that has a control (button) that when clicked will open all repair work orders for that customer. Here is the code behind the button:
DoCmd.OpenForm "Repair Work", , , "[Repair Work]![CustomerID] = " & Me![CustomerID]
Works great when the button is...
Hello all, I have a textbox control on my form that I would like for the user to be able to press the enter key and go to the next line for further data entry. Currently, as the user types in information it will only advance to the next line when they reach the edge of the control.
any help is...
Hello all, I have a report that is emailed out of my database in snapshot format, I would like to automatically include the OrderID number of the order in the subject line of the email. Any help is greatly appreciated
I have posted this problem twice and unfortunately I still need assistance.
I have a Products table which holds quantity levels of parts. BeginningBalance and Available Units.
The Products table is linked to the Order Details Subform via OrderID -> Product ID (Relationship)
This is the code I...
Greetings all, I have a bit of a problem. Let me begin by describing the structure. I have 3 Tables
1. Products
a. Hold info on products, Available Units, Beginning Balance, List Price, Sale Price, etc...
2. Orders
a. User input for processing customer orders.
3. Order Details
a...
I have a Form with an embedded subform. The subform is in Datasheet view, one of the controls is a Combo Control when I select the part the Base Price associated with the part autofill on the subform but the sale price and units on hand do not. Any ideas why?
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.