Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. handsrfull

    How to import xml file into access as one table??

    Is it possible to import an xml file into acces and not have access break it up into multiple tables? I would like it to place it into one table like it does when you import it into excel. Any insight?
  2. handsrfull

    How to import xml into excel then automate advanced filter

    Here is what I am trying to accomplish: I have a xml file that I need to open in excel, then need to sort for unique records, then need to sort one column for (Non-blanks). I then would like to save the excel file and import it into a database as an excel table. Is there an easy way to...
  3. handsrfull

    Restrict read/write access to DB using Windows ID

    My database currently authenticates users using their Windows ID I have two modules as seen below: The first is called GetUserName Declare Function wu_GetUserName Lib "advapi32.dll" Alias _ "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) _ As Long Function ap_GetUserName()...
  4. handsrfull

    Concatenate multiple fields in access table

    That post selects multiple records from one column. I am trying to select data from multiple columns and pull together to form one string.
  5. handsrfull

    Concatenate multiple fields in access table

    I am trying to concatenate multiple fields into one based on criteria. I have no idea as to whether it is possible to do this in VBA or SQL or both. I have a table with: ItemNo as one field Tool1 as another field Tool2 as another field Tool3 as another field Tool4 as another field I want to...
  6. handsrfull

    Export Access Data to Word Document Issue

    The following code below will export data from access to a word document. The problem lies here: If one of the fields on the access form does not have data, the data export will stop at that field in the word document. Is there a way to skip that field if it does not have any data? Here is...
  7. handsrfull

    Subreport has no data, but still want to show labels and text fields

    I need help with the following code. What I want to do is export the data from a access form to a word document. If all fields in the access form have data in them, then it will fill the word document completely. However, if the code see's one field in access with no data, then it will stop...
  8. handsrfull

    Subreport has no data, but still want to show labels and text fields

    Is there a way to show a subreport even if there is no data in it? I still need the fields to show on my report.

Part and Inventory Search

Back
Top