I have converted a word document, which has several hyperlinks, to pdf using Acrobat Reader Standard 6.0. As long as I created the pdf within Word, the hyperlinks came along with them. But, the hyperlinks with bookmarks toward the bottom of the pages, do not jump to that bookmark, only the top...
I have a spreadsheet linked to an Access 2000 DB. This spreadsheet updates upon opening. I have a user that receives the following message when attempting to open the spreadsheet: "The Microsoft Jet Database engine cannot open the file {file location path} It is already opened exclusively...
I have split a database with the app local and data on network. I had a problem with my form receiving a duplicate value error on the autonumber field when 2 users made a new record. I have since changed the data type of the autonumber field to number and added the following code to my form...
I am quite new to Access programming. . .please forgive some of my names, etc. I have tried many different things to get my filtered form to print on my report, but no go. Here is the background.
I have a form, Main Job Form, with a print button that prints out the records on a report...
I am quite new to Access programming. . .please forgive some of my names, etc. I have tried many different things to get my filtered form to print on my report, but no go. Here is the background.
I have a form, Main Job Form, with a print button that prints out the records on a report...
Background:
Main Contact Table
[Contact ID]
[Contact First Name]
[Contact Last Name]
[Discipline ID] is a look up to the Discipline Table
Discipline Table
[Discipline ID]
[Discipline Name]
[Disc Deactive] yes/no
qryDiscipline: is a query with all fields from Discipline table
Main Contact...
How to I make a list for a combo box “independent” from the field? I have a form with a record source of “Job Query.” I have combo box with a record source of table “SAM”. This list for the combo box has become quite large and some of the names in the list have become inactive and won’t be...
I have a button on a form which takes the records from a filter and prints them on a report. I have added this code to the report to reflect the filter criteria:
Private Sub ReportHeader_Format(Cancel As Integer, FormatCount As Integer)
Let Me.txtFilter = Forms("[My Report...
I was having trouble with a chart report coming up with a blank page. The tip I received is the following which worked great! Note: The mentioned [Forms]![frmChartReports]![EndDate] and [Forms]![frmChartReports]![StartDate] is 2 unbound fields ([StartDate] and [EndDate]) on a form...
I have a form, frmChartReports, with 2 unbound controls: StartDate and EndDate. frmChartReports also has 5 command buttons that run its own report which is a chart. Each of the chart reports are based on parameter queries, which use the unbound StartDate and EndDate on frmChartReports. When...
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.