Search results

  1. B

    Object Dependency pane not showing

    In this database only, the Object Dependency Pane does not show even though I see the progress bar at the bottom of the screen doing its bit.
  2. B

    Open Excel after transfering a query

    I want the user to see the file but not to save it necessarily. I assume they would be able to choose to save if they wished.
  3. B

    Open Excel after transfering a query

    Thanks theDBguy DoCmd.OutputTo acQuery, "qryRepreportCompany3", "MicrosoftExcel(*.xls)", , True works fine. Saves the file, and while this is Ok=K, an option to NOT SAVE would be great Thanks for your prompt reply Bob
  4. B

    Open Excel after transfering a query

    I am using : DoCmd.OutputTo acQuery, "qryRepreportCompany3", "MicrosoftExcel(*.xls)" to open the query results in Excel. This works OK but I would like to open the spreadsheet automatically once it is created. Saving is not necessary. All help appreciated
  5. B

    Subform wants to connect to a deleted table

    New contacts are added via a subform of the main form of customers. Customers are added via a separate form. If I look at the Contacts table the new contacts are listed but the joining StationID is missing. If I try adding it in datasheet view I get the error message "you cannot add or change a...
  6. B

    Subform wants to connect to a deleted table

    I cannot find any such references. If it helps, the problems only exists when I enter a new customer and then try to add a contact. There is no problem in adding a contact to older customers
  7. B

    Subform wants to connect to a deleted table

    Have read mentioned articles...tried to find any reference to "tblStationData2"...none found...rebuilt forms etc...no change Need help at my self taught level.
  8. B

    Subform wants to connect to a deleted table

    I am sure you are correct as if I type the info into the back end directly the error message appears as soon as I type in the "StationID". I have rebuilt the relationship, via Database Tools. Still no luck Any further help much appreciated....I am obviously not a professional developer
  9. B

    Subform wants to connect to a deleted table

    What do you men "orphaned/ How to fix?
  10. B

    Subform wants to connect to a deleted table

    I have a form with three subforms. all is well except for recent entries in subform frmContactDetailsSubformRF, linked by StationID that says..."you cannot add or change a record because a related record is required in table "tblStationData2". "tblStationData2" is a table that has been renamed...
  11. B

    DLookup using multiple criteria?

    Data will be pulled from the PDF whenever FedEx changes their rates, which could be yearly or, depending on world volatility every 3 months. I have a good understanding of rational database but normalization is new
  12. B

    DLookup using multiple criteria?

    WOW! OK guys this is new to me...trying to understand this normalising process...do I apply it to the spreadsheet? Can you point me to a good utube etc. Be kind and help with the procedure necessary. I am not a pro so keen to learn Bob
  13. B

    DLookup using multiple criteria?

    Hi Guys i will add a few bits that may help The data in the table comes from a PDF converted to Excel then into the table thru to Z Converted Spreadsheet: etc
  14. B

    DLookup using multiple criteria?

    I have this table: etc and I need to look up, say,the figure ($) in ZoneD for the KGWeight say 2.0 and get the result of 39.21 DLookup("[ZoneD]", "tblWeightZonesFedEx", "[KGWeights] = " & Me.txtCalculatingWeight) would be fine if I only had ZoneD but there are approx 20 such zones. I know which...
  15. B

    Two tables one data entry problem

    Thanks for the help...at least i can see a way forward Bob
  16. B

    Two tables one data entry problem

    Thanks Mate, working on it Bob
  17. B

    Two tables one data entry problem

    I have this situation: one table holds all the contact people for Manufacturers [tblSuppliers], another table holds the contacts for Distributors [tblDistributors]. The problem is that a few companies are both Manufacturers of products and Distributors of other company's products. I need to...
  18. B

    Hide a label from another form's control

    Yahoo! Thanks. i have been trying using that page of options but I guess not the correcy option. Thanks again
  19. B

    Hide a label from another form's control

    I have this site and have tried everything but no luck! Would a text box be different to label?
  20. B

    Hide a label from another form's control

    Is it possible to hide a label on one open form by the click event of a control on another open form?
Back
Top Bottom