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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by agungsh

  1. agungsh

    Combining 2 Queries

    what do you mean with "combine" ? what fields do you want to see ?
  2. agungsh

    Add Missing Records

    You need ZIPcode, Month and your Sales tables: ZIPcode table : ID AutoNumber ZIPcode Text Month table : ID AutoNumber Month Text Sales table : ZIPcode Text Month Text Sales Currency then create these queries : MonthZIP is SELECT ZIPcode.ZIPCode, Month.Month FROM [Month], ZIPcode; Summary...

Part and Inventory Search

Back
Top