Search results

  1. MattBaldry

    Solved Unable to access backend after Windows Update

    I have just had this issue and managed to revert to the old version of Office with the below link. https://support.microsoft.com/en-us/topic/how-to-revert-to-an-earlier-version-of-office-2bd5c457-a917-d57e-35a1-f709e3dda841 Worked like a charm and now I can use my database again. ~Matt
  2. MattBaldry

    Form Custom Theme

    Thank you, I shall check it out. ~Matt
  3. MattBaldry

    Form Custom Theme

    Does anyone know of a way I can save a form layout as a custom theme so when I add a new component, ie command button, it uses my custom settings for it? ~Matt
  4. MattBaldry

    Solved Stock Transaction Table Advice

    I see what you mean here. So if I have the settings form to allow the user to select In or Out but the table itself stores the value as 1 or -1, that would work? ~Matt
  5. MattBaldry

    Solved Stock Transaction Table Advice

    Thanks guys. I love reading your views on questions on here. It helps me learn. I think that, as it does work, I will leave it as is for now. I have a separate table, tblTransactionType, where the users can add as many types as they like, and then specify if they are In or Out. As there doesn't...
  6. MattBaldry

    Solved Stock Transaction Table Advice

    Hi all, I am looking at reworking my MRP database to manage the stock numbers better. At the moment I have a TransactionType field which denotes the transaction type to either In or Out. The TransactionQuantity field is currently always a positive number. I have seen on other DBs that they have...
  7. MattBaldry

    Solved Queries Parameter Include AND Exclude

    I know what you mean, I think. I would love one of you VIPs to look over my work and show me better ways of doing the things I have done. My database has been built over the years and I know most of what I have done will not be the best way, but I have learnt it all from Google and in these...
  8. MattBaldry

    Solved Queries Parameter Include AND Exclude

    I had been thinking about the VBA method, but it is not something I have ever tried before. I will have a look and see what I can find. ~Matt
  9. MattBaldry

    Solved Queries Parameter Include AND Exclude

    I updated the query to have all the criteria as above, and it works perfectly, but has changed the query to look as below. It has added the Is Null parts on the right for every parameter I want. Is this normal? ~Matt
  10. MattBaldry

    Solved Queries Parameter Include AND Exclude

    Update, it now doesn't work, and it has changed my query quite a lot. I put the code in as below, but is changes the query. [Forms]![frmProductionManagement]![cboCustomerFilter] OR [Forms]![frmProductionManagement]![cboCustomerFilter] Is Null It now adds a field at the end of the query with...
  11. MattBaldry

    Solved Queries Parameter Include AND Exclude

    Tried the code as above and it works. Thanks Minty, it was so much more simple than my mind had it. With regards to wildcards, if I am filtering on a dropdown should I always use similar parameters as above? Wild cards only for blank text boxes? ~Matt
  12. MattBaldry

    Solved Queries Parameter Include AND Exclude

    Thanks Minty, I had tried the first part yesterday and that worked fine. The second drop down is called [Forms]![frmProductionManagement]![cboCustomerExcludeFilter] so would I do something like below? [Forms]![frmProductionManagement]![cboCustomerFilter] OR...
  13. MattBaldry

    Solved Queries Parameter Include AND Exclude

    Good morning all, I am having an issue with a query where I want to filter a field based on 2 different drop downs. I want 1 drop down to filter ONLY by that customer or all customers if blank. The second drop down I want it to filter that customer out or show all customers if blank. I use a...
  14. MattBaldry

    Solved Custom Ribbon Icons

    I did fear this, but I have created a desktop shortcut to a batch file which copies the FE and all images on every load. This also means when I updated the FE I only have to put it into the network location and the users always have the latest version. The files on the server are read only for...
  15. MattBaldry

    Solved Custom Ribbon Icons

    These icons are so much better than the mso list :)
  16. MattBaldry

    Solved Custom Ribbon Icons

    I have managed to get this fixed by using the example below. http://www.kallal.ca/Ribbon/ribbon.htm This has been bugging me for ages as I don't like picking imageMso's for my ribbons as they don't always suit. Now I can use anything I like :) ~Matt
  17. MattBaldry

    Solved Custom Ribbon Icons

    Thanks Arnelgp, I shall take a look into this one.
  18. MattBaldry

    Solved Custom Ribbon Icons

    As a new method, has anyone got a working module to call ribbon icons from the database folder? I have figured out how to distribute my icons with the app into a folder, but have been unable to find working code to call these images up. ~Matt
  19. MattBaldry

    Solved Custom Ribbon Icons

    I am not sure, but we use 32-bit access on the clients here. ~Matt
  20. MattBaldry

    Solved Custom Ribbon Icons

    The demo works fine, but the instructions on the page do not. ~Matt
Back
Top Bottom