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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.