Search results

  1. K

    Install MS Access Runtime onto another computer at our company-does not have MSAccess

    Thanks for the response. Would you know of a instructional site with some education on how to create an MS Access Executable/Runtime and then deploy it? It can be books, blog articles, video tutorial, etc. Also it would answer the following: How to create a runtime file for a MS Access DB What...
  2. K

    Install MS Access Runtime onto another computer at our company-does not have MSAccess

    I'm trying to find an answer for someone else. I don't know much about this subject so if someone can help, Thank you in advance. Below is what I know about the problem: "I just installed MS Access Runtime onto another computer at our company that does not have MS Access (I installed the 32-bit...
  3. K

    How to import a fixed width text file into access using Form/VBA/Macro

    OK, Thanks this worked. I have to test it more with fixed width and delimited text files. I still have a question for updated the existing records. As you can see from the image attached when you do the import wizard it give you multiple options. The first and second option tells you what it...
  4. K

    How to import a fixed width text file into access using Form/VBA/Macro

    I don't know how to access this specification file that was saved. I tried searching for it on my pc and I can't locate it. What file extension does it Have because I've tried multiple ones and I still can't find it. Do I open this file within Access? If so, what menu option do i select to...
  5. K

    How to import a fixed width text file into access using Form/VBA/Macro

    Ranman256 I'm using Access 2016 I went through the text import wizard and there was never an option to 'save schema' I started the process by selecting External Data Tab, then selecting Text File to import a text file. I've attached 2 images showing what I'm seeing on my end The advance tab...
  6. K

    How to import a fixed width text file into access using Form/VBA/Macro

    I'm not sure if i'm posting this in the right thread or not. It could fall under Macros, Forms or even here for VBA This is what I want to do. But what I'm asking is are there any online tutorials/books/videos that would teach me the following: I want to create a macro or VBA programming in...
  7. K

    How do I populate a listbox in Excel with Access Data?

    Below is what I had to do to fill in the listbox with the data from the DB I first set a variable equal to my SQL Statement: SQL = "SELECT [ID], [Surname], [FirstName], [Address], [Phone], [Mobile], [Value] FROM PhoneList I then did the following after opening the recordset with my SQL...
  8. K

    How do I populate a listbox in Excel with Access Data?

    thanks for your response. however the link doesn't' show me how to use the recordset object to write to the listbox. how do i write code that loops through the recordset and add the rows to the list box and have headers in the list box
  9. K

    How do I populate a listbox in Excel with Access Data?

    Below is code where I want to retreive data from an access database and then populate that data into a Listbox in Excel. However when you look at the attached images you will see that is not happening. The list box is not fully populated and the other image shows that data does exist in the DB...
Top Bottom