Recent content by stevenb82

  1. S

    Question Form control error on query

    Copying the master navigation form didn't fix it. I found a workaround though. Luckily I keep backups every once in a while. I found one of my backups, deleted the master navigation form from the database, then imported the form from the working database back in.. Works now. Thanks for all...
  2. S

    Question Form control error on query

    That's not a bad idea JHB, I'll give that a go.. Thanks man
  3. S

    Question Form control error on query

    pr2-eugin Went to the link and tried the decompile. Made no difference unfortunately. But thanks for the info. MSAccessRookie I have done some whiteboxing on it and the only form which I cant access using the [Forms]! query criteria reference is the main/master form. The problem occurs...
  4. S

    Question Form control error on query

    Tried and it made no difference
  5. S

    Question Form control error on query

    Hi, I am having an issue with a database application I created. I needed to add another query that could be controlled from combo box on a nested form. The combo box is for dates for entries in a table. Which then filters the query based on the combo box selection. Easy enough stuff. The...
  6. S

    Question Listbox

    Genius mate! Thanks a lot..
  7. S

    Question Listbox

    I have a table of trainees. One of the fields of that table is 'authorized trainer' (YES/NO) tick box. What this allows me to do is query the trainees table based on who is an authorized trainer, and who is not. I have a table of called training, that records information about training a...
  8. S

    Embedding Icons instead of paths

    I have searched the forum for threads on icons and haven't found one that relates to what I'm about to ask. I have an access icon (*.ico) file associated with my DB. But when I try to access the database from a place other than my desktop where the icon is located the icon doesn't show up. Is...
  9. S

    Duplicate Customers in Query

    Sorted http://office.microsoft.com/en-au/access-help/compare-two-tables-and-find-only-matching-data-HA010205130.aspx
  10. S

    Duplicate Customers in Query

    So, I couldnt get either of those suggestions to work properly for me, no doubt they were both excellent suggestions, so thank you very much for that.. Heres where I am going. I have created two queries, one that shows me customers who have purchased product 1, and one that shows me those who...
  11. S

    Duplicate Customers in Query

    So in this code you have essentially create a new table that duplicates the info of tblOrder and tblOrder_1?
  12. S

    Duplicate Customers in Query

    I'll give those things a try now lads, thanks for that!
  13. S

    Duplicate Customers in Query

    I have a table of customers, and a table of products. I also have a table of orders. Each time a customer orders a product the details of the customer and the order are added to the orders table. Pretty standard. I have a query that shows customers who bought product 1 and 2, but none of the...
  14. S

    Feeding a 'live' query...

    I got it to work!! Whohoo.. lol Your information on how to print the report from the form was excellent, thanks a lot! You have saved me a lot of hassle, still think I'll learn VB though.. I'll write up a complete post on exactly how I got it to work in case its of any use to any other members..
  15. S

    Feeding a 'live' query...

    Ok, thanks.. Everything you have shown me so far is 100%.. I have figured out what is going wrong for me.. I am using forms that are embedded in navigation forms. When I try to use the functionality from a form outside of the navigation form everything works perfectly. When I use that same...
Back
Top Bottom