G'day all,
Here's what I'm trying to do. I've got a form with a dropdown list on it. Once it is changed, the form submits, and the page is reloaded. I've got a bookmark on a different part of the page that I want to go to after this submit. If anyone knows how to do this, I would be very much...
G'day,
I've got a rather odd problem involving printing reports. I'm adding a record to a table and updating it, then trying to print a report based on the new record. Should be simple. However, I seem to be getting a few blank reports mingled in with the proper reports. I've checked out the...
G'day all,
I've got a data report built that I really don't want to be printed (big security issues connected to that and all). I'm wondering if there's a way to prevent anyone from printing or saving this report. Any help will of course be greatly appreciated.
Thanks,
Brad.
G'day,
I'm looking to have a check box on my form that allows you to choose one of three values, (0-unchecked, 1-checked, or 2-grayed). I can set it to grayed initially, but once it is clicked on, it can't be grayed again. Any thoughts?
Thanks,
Brad.
This should (in theory) be pretty simple, but as of yet, I've had no luck. I'm just trying to filter the records in a data control. I've tried using the filter property of the recordset, but this doesn't seem to do anything (and I haven't found an applyfilter method or anything resembling one...
I'm trying to display a pdf on a form using the Adobe ActiveX control (in MSAccess 97). I'm using a check box to control whether the pdf is displayed or not.
The code in the click event for the check box is as follows:
If [chkShowPDF] Then
[PDFframe].src = [PDFName]
Else
[PDFframe].src...
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.