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 Rhinorhino 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: *

  • Users: engrmpk
  • Content: Threads
  • Order by date
  1. engrmpk

    Sending Emails from a continuous form

    I have a continuous form with information on it, I want to send the email to individual student whom I should clicked with option box, I can see the email address on the form, name of students, and also want to include all amounts field (which are 3 also showing on form), one student can have...
  2. engrmpk

    Open a form in a access db from other access db

    i have one access db, where i have created few buttons, when i click one of the button, it opens to new db and specified form with this code: Dim ObjAccess As Object Set ObjAccess = CreateObject("Access.Application") ObjAccess.Visible = True ObjAccess.OpenCurrentDatabase "Here comes the...
  3. engrmpk

    Crosstab Report with unknown number of Columns

    I want a report from a crosstab query. The Crosstab query which has RowHeading- Date, ColumnHeading - Date and MoneyRecv - Amount. I dont know the dates (number of columns, could be sometimes more than 40 and every month it increased by one), Yes if i know the ColumnHeadings (Dates) then i can...

Part and Inventory Search

Back
Top