Search results

  1. Cliff67

    Linking tables

    Hi All I'm trying to get access to link to the Back End tables, no problems there..usually StrTable is a passed table name ("Tbl_Version") I've set a variable VarRet as Variant and I'm using VarRet = CurrentDb.TableDefs(StrTable).Fields(0).Name If Err <> 0 Then CheckLinks = False Else...
  2. Cliff67

    Access without network server

    Nice solution, maybe a batch file the copies FE then opens it as well as the checks
  3. Cliff67

    Access without network server

    The BE is already referenced like that as all the users have the BE server mapped as something different anything between F:\ through to Z:\ :rolleyes: thanks again
  4. Cliff67

    Access without network server

    Hi CJ Great, clear advice as usual Hopefully one day I can help someone too many thanks Cliff
  5. Cliff67

    Access without network server

    Thanks Doc We have corporate licensing or Enterprise not sure which but I can check that. All other users will have run time versions on their machines. I was thinking they would have a FE copy installed on their PC but it looks like the ones who need it will have a Citrix account. We have...
  6. Cliff67

    Access without network server

    Hi CJ you said this in your answer I have found out that our company has Citrix Receiver :banghead: and from my research there is a module within Citrix that allows users to import their databases directly to Citirx. This would stop a lot of my boss's reservations about using my DB as it...
  7. Cliff67

    Azure SQL Gateway/Data warehouse

    Hi Lightwave thank you for the link. I've been going through the whole site and getting tonnes of info for my boss. many thanks Cliff
  8. Cliff67

    Azure SQL Gateway/Data warehouse

    Hi CJ thanks for the insight Cliff
  9. Cliff67

    Azure SQL Gateway/Data warehouse

    Hi all Has anyone had any dealing with Azure and connecting to tables. I'm trying to research ways of connecting my database backend to people in both the UK and USA any ideas or guidance would be gratefully received. Some have said a mixture of VPN and Citrix/Terminal Server, but on the...
  10. Cliff67

    Changing Colours on Forms

    Thankfully the Boss has put a stop to that
  11. Cliff67

    Changing Colours on Forms

    Hi isladogs yes I've downloaded the theme manager and it is very good, I've changed one of them for the corporate default so I can revert the db back. Cliff
  12. Cliff67

    Changing Colours on Forms

    :D:D:D what a wonderfully wicked idea...
  13. Cliff67

    Changing Colours on Forms

    Hi MajP that looks brilliant, I will bury it in my DB then uncover it when needed :D
  14. Cliff67

    Changing Colours on Forms

    Hi All Update of the colour changing forms. My boss was over here for a few days and asked my how it was going, when we are going to roll it out etc. He wasn't best pleased that I was "Wasting your goddam time doing this h****s**t" (he is American BTW) so that has been shelved. I really have...
  15. Cliff67

    Changing Colours on Forms

    Cheers Uncle don't think the boss will want me paying for something like that but good call
  16. Cliff67

    Changing Colours on Forms

    Cheers isladogs great little colour changer. I've just got to alter it a little so that when a user changes the setting it is saved for that user only and everyone else who feels the need to change the default setting...that reminds me need a default button on there somewhere Cliff
  17. Cliff67

    Changing Colours on Forms

    Hello everyone, I'm quite advanced with writing my Technical Support database, so far that we are about to roll it out to users in the States (using a mixture of VPN, form timing and other things my IT bod has helped with). It has been well received but now one of the test users has said...
  18. Cliff67

    Problem coding forms to feed tables

    Have you tried to do this in an Append query to see if it works correctly?
  19. Cliff67

    Problem coding forms to feed tables

    You might be missing a reference to Microsoft Access 15.0 object Library (or what ever version you are using). In the VBA code window select Tools from the menu then select References and check you have the reference to the above library, then re-compile your database. At the beginning of your...
  20. Cliff67

    Remote Access to Database

    Cheers, Have a good Christmas, I'm off soon until the new year :)
Back
Top Bottom