Recent content by RTC

  1. R

    Automatic Front End Database Updating

    gold007eye, I had a look at SciTe but I'm not sure what to do with it in relation to what we're talking about. I would be very curious to see what you have finally come up with as your copy front end solution, so will await your next post. I need to create some kind of startup logon script that...
  2. R

    Automatic Front End Database Updating

    Hi, I have similar environment and have got the automatic updating of front end to work via the batch file etc. But - a lot of users on the network have slower pc's and connections. If the db closes, copies from server, and as it is copying the user opens it - the database corrupts. I have...
  3. R

    Access 2003 sendobject doesn't fill in message text ?!

    wow that was a blast from the past, forgot about that. Yes it fixed itself, I "think" it was after installing the latest Office 2003 updates. Have you checked if there's updates available ?
  4. R

    Access won't open!

    nope, tried that also. VERY reluctant to reinstall windows - he's got so much stuff on there. Must be a solution?
  5. R

    Access won't open!

    Thanks Wayne - tested on a network db and still same error messages, and yes they can put a notepad file in the same folder. Everyone else has exact same databases and computers - no problems, and nothing's changed on his pc or setup and it's been working fine until now. Even with several...
  6. R

    Access won't open!

    Thanks, but don't think that's the issue - it's been working perfectly for months, then all of a sudden this comes up - no change to any settings or the computer. The folder the databases are in has full rights to the user. Also the Northwind db that comes with access gives the same error.
  7. R

    Access won't open!

    Been using Office 2003 since it came out without a glitch. Yesterday one of our users is getting some strange errors when trying to run Access. Error: Microsoft Office Access Workgroup Administrator couldn't create the workgroup information file. Make sure that you have specified a valid path...
  8. R

    Secure an access database completely?

    Thanks that worked. As I will never be enabling it, only disabling for good - do I need all that code. Is there not just one command that disables it when startup form opens? Maybe not. Either way is it possible to do the same for the min/max buttons?
  9. R

    Secure an access database completely?

    popup and modal don't quite work - I lose the top bar where I have a custom print icon. So again I have everything hidden that I need except the min/max/close buttons of the actual database...
  10. R

    Secure an access database completely?

    Thanks, I seem to have everything now except for the minimise / maximise / close buttons hidden. I disable these on the form, but it's the actual database ones that are still there at the very top right. How do you get rid of these? Just saw reply above, I need the database maximised on opening...
  11. R

    Secure an access database completely?

    Thanks, that's excellent. One more - how do you disable the minimise, maximise and close top-right buttons on each screen/report?
  12. R

    Secure an access database completely?

    Thanks Len, copying tables from another database wouldn't be an issue here. Using Citrix NFuse to port Access db onto the web - all they see is the one database, they have no way of creating a database and linking to the tables, all behind a secure firewall. So could you tell me how to do the...
  13. R

    Secure an access database completely?

    We are allowing a customer to access one of our Access (2003) databases online. How to you secure access so that the following apply: No right-click menu on any screen or report No toolbar or menubar except for an icon to print and an icon to close form/report Absolutely no way of getting into...
  14. R

    Access 2003 sendobject doesn't fill in message text ?!

    Have been using sendobject commands in Access 2002 for creating automatic emails in Outlook 2002. Seems after upgrade to Office 2003 you cannot insert message text?? For instance: DoCmd.SendObject , "", "", "Jim", "", , "This is the subject", "This is the message detail" sends an auto email but...
  15. R

    Import from Excel - cell by cell ??

    ok I give up, I tried bits of the code from the link above but am getting nowhere. All I want is to extract from a specified excel sheet (say C:\testexcel.xls) into an existing table. For instance cell A1 goes to [table].column1, cell C8 goes to [table].column 3 etc. Can someone please supply...
Back
Top Bottom