Search results

  1. A

    Help

    no compacts going on
  2. A

    Help

    no I never received this message? It just started to do it and I am the admin on all of these DBs???
  3. A

    Help

    All of the sudden - every time I open one of my databases, a second one is being created with a '1' in the name????
  4. A

    Open .mdb from a html?

    I have them on a shared drive but we have so many that users want to go to the web site and then open the .mdb. I keep getting that warning but then it will nto open the database. Any other ideas? thanks!!
  5. A

    Open .mdb from a html?

    I have a local intranet where I have a link in a web page to .mdb file. For some reason it does not consisitenly open the database when clicked? Any ideas? Links to Excel work fine. thanks!
  6. A

    Command Button Help

    got it! thanks!
  7. A

    Command Button Help

    can you provide more info? can you provide more info?
  8. A

    Command Button Help

    I added one of those pre-loaded buttons to add a new record in a form. When I add a new record the cursor does not follow the tab order and land in my first field. It requires a mouse click. Is there a way to default to the first field after adding a record? thanks forum members
  9. A

    Need Module Help

    I just do not know how to call the shell in access? I created a module that looks like this. Option Compare Database Call Shell(Environ$("COMSPEC") & " /l l:\Med\Data_Transfers\T\rename.bat", vbNormalFocus)
  10. A

    Need Module Help

    Shell "cmd /k ""L:\Med\Data_Transfers\files\rename.bat""", vbNormalFocus How do I run it within Access?
  11. A

    Need Module Help

    response Can you send an example? or I did create a batch file that works. How would I call the batch file?
  12. A

    Need Module Help

    I am really poor with VBA. Here is my request. I have a bunch of files I FTP monthly. They land as .dat files. Example: member_data.dat Currently, I manually rename in Windows Explorer and then I use a macro to import the .txt file. Is there a way to have a module perform the rename? thanks...
  13. A

    Change output file name during send object routine

    I have a query that runs based on a parameter a user selects on a form. I want to dynamically create the sendobject file name based on the parameter the user selects. Example: My form has a parameter named medicine. When the user checks the checkbox next to medicine it runs a query for...
  14. A

    I may have found a bug?

    this is all I know how to do I have it select my pdf coverter and then user had to type .pdf name
  15. A

    I may have found a bug?

    I have a form where the user select a report to run and then clicks a command button which calls a macro. The macro opens a report in print preview and then uses send keys to select primter and print. The macro works fine but here is the odd thing. The first time your open the form and click...
  16. A

    report help

    I wish I could be the data is confidential. thanks anyways
  17. A

    Reporting Challenge

    I wish I could be the data is confidential. thanks anyways
  18. A

    Reporting Challenge

    I have a report named Fee_Report which pulls in data based on what a user selects on a form. Here is my request. When the report runs I need it to print using my .pdf converter and then save the .pdf to the name of the criteria selected in the form. The field is called special on the report...
  19. A

    report help

    no luck - I am baffled
  20. A

    report help

    no luck with this idea - it is a currency field, does that change things?
Back
Top Bottom