appaccess

  1. M

    Maximize Window in Access

    Within my form, I need to open an external DB another Form but when I run the command, the window sits in minimize mode.... Private Sub Command38_Click() Dim appAccess As Access.Application Set appAccess = CreateObject("Access.Application") appAccess.OpenCurrentDatabase...
  2. M

    VB code for button on form in Access

    I tried using this VB script for my button but it errors out telling me my DB is already open (I'm trying to open another DB from within my main DB form On_Click...Can anyone assist me in this, I'm new to VB....Thanks Private Sub Command50_Click() Dim appAccess As New Access.Application...
  3. P

    VBA to Enable Content

    Hi, I have the below code and I have an issue of it running sometimes when it opens the Access dB, it needs to enable content. Is there a way enable content in the below code? I have tried a couple things but I do not think whatever I tried it even close to what is needed. Sub delete()...
  4. P

    Using Excel VBA to Identify Access dB Root File Folder

    Hi, Is there a way with the below code to use a simple line to access my access file. The access file is in the same location as the Excel workbook I am running this from and will always have the same filename. The below works as is. I just want to be able to copy this into new locations and...
  5. azizrasul

    The remote server machine does not exist or is unavailable

    I am running some code by clicking a command button on a form. Here is the code. Public Sub ImportHealthandSafety() Dim appAccess As Access.Application Dim strData As String, strDatabaseFile As String Dim bln As Boolean Dim intRows As Integer, x As Integer On Error...
  6. G

    Can i speed up this code

    Hello, I have the following code, which can take upto 3 minutes to run , depending on the number of rows in the spreadsheet( normally around 3000). There are two elements i am not sure off, I have read that copy paste is not the most efficient code to use, but cannot find examples of alternative...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top