Greetings,
I have read many articles about user-level security no longer being supported in Access 2010. These same articles state that as long as I don't change the file format of my existing database from .mdb to a newer version that I should still be able to update the security information...
I have code that loops through a directory and outputs files to a .htm page based on a search criteria that the user enters. I would like to have one heading on the page but everytime it loops through the directory it adds another header. I'm trying to determine a way for the code to detect if...
Hello,
I have a form located on a .htm page where someone can select a state. What I need to happen is once the user selects the state and clicks the Submit button, the code should search the specified network location for the existence of that state's document. If the document is found, then...
Hello,
This is my first attempt at writing something in VBScript.
I have some code that searches a location on the network and outputs all files ending with a certain extension. The output is written to a .htm file. What I would like to happen is for the output to contain links to the...
I've created a dynamic crosstab report based off a crosstab query. I needed to sort the columns in a certain order and not alphabetically. In the query, I've prefixed a two-digit number before each column name to make the columns sort numerically. I've added additional code to the report to...
I have a form that has a combo box that contains items and a multi-select list box that contains values. The multi-select list box is populated based on the item that is selected in the combo box. What I want to happen is once the user selects an item from the combo box, if that item already...
On the OnClick event of a checkbox I have the following code:
Dim strState As String
Dim strEvent As String
Dim varYear As Variant
Dim strFinal As String
strState = Forms!frmLogCriteria!cboState
strEvent = Forms!frmLogCriteria!cboEvent
varYear = Forms!frmLogCriteria!cboYear
If (Not...
I have a report that contains three subreports. Each report has its own query. There are no calculations performed in the queries. However, I am performing a running sum on each of the subreports. I do have parameter boxes on some of the criteria fields in the queries. It takes a little over...
I'm using Acrobat 7 Standard version to try and convert a MS Word document to PDF. I've tried converting the document to PDF within MS Word and from within Adobe Acrobat. I always receive the following error message:
[Warning] The font WP-IconicSymbolsA could not be embedded because of...
I have a pdf document that is around 107mb. When I try to save any changes to the document I receive the following error: 'The document could not be saved. There was a problem reading this document.(15)' The only way for me to save it is to reduce the file size. Has anyone ever came across...
Does anyone know if there are any size limitations on PDF files? Currently, I have a PDF file that is 82.6 mb and is growing. I have not experienced any performance issues but I was curious if there was a limit as to how big a pdf file can be.
Thanks,
...Erica
I have customized help that I developed with HTML Help Workshop inside an Access application. There is a form that has two subforms in it. The main form does not have any active controls. When I press F1 from the main form to display the help, only the help associated with that form is...
I'm using the workbook_sheetchange event in Excel to capture the cells that were changed and write the changes to a word document. The problem I'm having is if someone changes a cell and then goes back and changes the same cell again, both actions are written to the log. I only want each cell...
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.