Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LouiseJ
  • Content: Threads
  • Order by date
  1. LouiseJ

    Recordset won't open - Error 3061

    Could any please explain why the following isn't working? It seems to fail on the Where clause of the SQL when attempting to open the recordset. However in debug [Forms]![frmMainBuildBOM]![ProductID] has a value. The code is executed from frmMainBuildBOM - ie the form is open. Error message...
  2. LouiseJ

    Calculate price from hierarchical Bill of Materials

    Hi I have the following tblProduct ProductID PK ProductDescription tblConponent ProductID PK ParentProductID FK Quantity tblPrice PriceListNameID PK ProductID PK FK CostPrice PercentageMarkUp Essentially as I understand it this is a Bill of Materials A product/component may form part of...
  3. LouiseJ

    Bill of Materials & Price List

    Hi I have the following tblProduct ProductID PK ProductDescription tblConponent ProductID PK ParentProductID FK Quantity tblPrice PriceListNameID PK ProductID PK FK CostPrice PercentageMarkUp Essentially as I understand it this is a Bill of Materials I have the primary key in tblPrice on...
  4. LouiseJ

    Update, Append & Delete. Is there a better way?

    I am trying to automatically populate a nested form with records each time the parent form has a new record. The nested forms record source is TblPrintColour. The only way that I have been able to do this up till now is to create a duplicate table (TblPrintColour2) and use an update query to...
  5. LouiseJ

    Open 2 instances of a form

    We have: frmMain1 & frmMain1!frmSub1 Both forms are based on queries. frmSub1 is in continuous view with only 3 text controls (out of a possible 14) for each record. The text controls are covered by a label. I had planned for the user to double click the label and open a new form (frmMain2)...
  6. LouiseJ

    Cursor Properties

    Is it Possible to turn off the flashing of a cursor (or preferably render it invisible) on entering a textbox and reset the properties to default when the textbox loses its focus? Thanks LouiseJ
  7. LouiseJ

    Where’s the event?

    I have a Form with an unbound control txtABC, cmdOK and cmdCancel. txtABC has an Input Mask and cmdCancel closes the form, acSaveNo. Situation is that a user starts to enter data into txtABC and then decides to cancel (cmdCancel) with out completing the required Input Mask string – Result: The...
  8. LouiseJ

    RecordSet Source using Unbound Control

    I am trying to create a Recordset from a query. The query has a reference to [Forms]![FrmAvalibleAccountNumbersNext]![txtAccountNumber] “txtAccountNumber” is an unbound control on the Form. If the Query is run from design view it works no problem (“FrmAvalibleAccountNumbersNext” is open when...
  9. LouiseJ

    RecordSet Reference Problem

    I have the following code which is producing an error at ‘RecordSet.Open’ with the following message; Invalid SQL statement; expected ‘DELETE’, ‘INSERT’, ‘PROCEDURE’, ‘SELRCT’, or ‘UPDATE’. I am assuming that an SQL statement is expected instead of “QrySalesEnquiries&Customer". However I can...
  10. LouiseJ

    Set Variable to FieldABC Of Last Record

    This seems as though it should be very to do. How do I set a variable to FieldABC of the last record returned by a query. (the query is sorted on two columns.) Have been trying to use Dlookup but I don't seem to be able to set the criteria. Thanks Louise J
  11. LouiseJ

    Indeterminate Relationship

    I have problem which I can’t quite balance in my brain as follows; TblDesigns Customer Account Number}Composite (duplicates allowed) – FK Design Number }Composite (duplicates allowed) - PK TblCustomers Customer Account Number - PK TblOrder Order ID – PK Customer Account...

Part and Inventory Search

Back
Top