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 TouchToneTommy 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. zoglchaim770

    Linking Access table to Outlook contacts

    HI I have a difficulty in linking my contacts to access database. 1. Not all the fields appear. For example: Field “Note” in outlook contacts does not appear (This happens when you link or import a table working in Access??? Strange!!! However if you export contacts to access working from...
  2. zoglchaim770

    filter in combo box

    I have 2 joined tables Parent table is [parents] Child table [children] I need to create a table, query or form, with fields [parent last name] and [child first name] Both of the fields should be displayed as a combo box, and most importantly, that ones I choose a record in [parent last name]...
  3. zoglchaim770

    Display bound ole object (picture) in report

    I have a table that has two fields [description] and [pictures] [pictures] is a regular .bmp file. I insert .bmp file into [pictures] by copy/paste When I made a report it does not display pictures. It displays only name of the file I need the report to display actual pictures Could you please help
  4. zoglchaim770

    calculating with dates

    I have a table that has field [date of birth] I need to know how old is this person I did something like this year (date ())-year ([date of birth] it is not exacted I would like to know his age in years and months something like: 12 years and 6 months old could you please help me
  5. zoglchaim770

    Display plural records in one text box

    Here is one question I have 2 related tables a) Parent has fields "Address", "Phone", etc b) Children has fields "DOB", "Gender", etc. When making mailing labels addressing it to children I need that children’s names should appeare in one line(one text box) maybe separated by comma if they...
  6. zoglchaim770

    parent child relation

    I have 2 tables 1. Parent 2. Child Each parent was a more then one child I need to make a report with header parent. id where child.firstname will appear separated by comma for example Dear Mr smith You have children and their names are Jouhn, lora, bush, kerry, ……
  7. zoglchaim770

    connecting a database

    I am a begginer I connected microsoft access datebase like this: 1. used &quot;odbs&quot;, system DSN 2. dim objconn set objconn=server.CreateObject (&quot;ADODB.connection&quot;) objconn.ConnectionString = &quot;<name>&quot; objconn.open and I get this error Error Type: Microsoft OLE DB...
  8. zoglchaim770

    connecting datebase

    I am a begginer I connected microsoft access datebase like this: 1. used &quot;odbs&quot;, system DSN 2. dim objconn set objconn=server.CreateObject (&quot;ADODB.connection&quot;) objconn.ConnectionString = &quot;<name>&quot; objconn.open and I get this error Error Type: Microsoft OLE DB...

Part and Inventory Search

Back
Top