- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Hi, Does anyone know how to open a shared, read-only MS Word document in MS Word outside of the application upon clicking a command button? Any help would be really appreciated Many, many thanks | |
Im trying to send the following string to refresh a crysal report but sadly I receive the error message 'Run Time Error 20515 - Error In Formula <Record_Selection>'{ProgrammeSummary.ProgrammeNumber}=AV137' A number, currency amount, boolean or string is expected here. Any suggestions? Many thanks, Stephen Dim sSelect As String sSelect = "{ProgrammeSummary.ProgrammeNumber}=" … | |
Hi, I am trying to amend a single record in an Access database, the SQL to find the record appears to work but .... when it updates, it does so to every record in the table. Any suggestions why this might be? :-| Thanks, Stephen | |
Hi, Im trying to populate a listbox with 3 database fields in a row such as Name, Address, Tel at the moment Im creating 3 recordsets for each field and them adding them to the listbox but it looks like Joe Bloggs In a House 2452345 John Smith In a … | |
Hi, Im trying to put the full path of a document as selected from a FileListBox into a TextBox. The code below does not show the file name. Any help would be great! Thanks Private Sub File1_Click() txtDocumentPath = File1.Path End Sub :?: |
The End.