Good Day;
I have created a form with 18 records. I also have a corresponding report. I would like to create a command button on the form that would print the corresponding record from the report I have created. Hope what I am trying to say makes sense.
How do I make a database go directly to the switchboard from a folder. When I double click the icon, I would like to go directly to the access switchboard. Thank you for any help you can give.
Naith;
The last part of the formula is this:
if mins < 10 and seconds < 10 then
ToText(hours,0 + "h" + ToText(mins,0) + "m" + ToText(seconds,0) + "s"
else if mins < 10 then
ToText(hours,0) + "h" + ToText(mins,0) + "m" +...
I am trying to create a report that will show internet usage per user per site by time block;
ie: holmese 8:00 10:00 www.website
11:00 13:40 www.site
etc etc.
I used this formula
NumberVar total := Sum ({HttpData.Duration}, {Categories.Category_Name})...
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.