Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Magnetar
  • Content: Threads
  • Order by date
  1. Magnetar

    How to Embed Word or Text or Excel file into pdf document

    Morning, everyone. Was wondering if anyone knows how to do the following, please? Can either a Word, text or Excel file be embedded into a .pdf document? I am using Adobe Acrobat 9 Pro Extended, and was successful, initially. However I need the embedded files to be...
  2. Magnetar

    How to Embed Word or Text or Excel file into pdf.

    Morning, everyone. Was wondering if anyone knows how to do the following, please? Can either a Word, text or Excel file be embedded into a .pdf document? I am using Adobe Acrobat 9 Pro Extended, and was successful, initially. However I need the embedded files to be...
  3. Magnetar

    Connectivity errors after server re-build

    Afternoon everyone! Am not quite sure if this is the correct forum to post this topic, so here goes... I would really be grateful for some advice regarding the above matter (note: am novice to the 'client/server' implementation, so would ask for your patience, pls!): We have a front-end...
  4. Magnetar

    Archiving old MS Access records

    Afternoon folks! I need some advice/would be grateful if someone could point me in the right direction, regarding the following topic, please: We have a lot of old MS Access (97 & 2000) databases, (some of which have sql server 'back-end' tables). The MS Access software is to be superseded by...
  5. Magnetar

    Source currently evaluates to an error

    Morning everyone. Have got a small problem, regarding using the 'list' facility within Data | Validation... option. I've set up a 'named' list on another worksheet, very small, with about three cells of data, and have given this a name, (e.g. 'StaffInitials'). I have then tried to set up a...
  6. Magnetar

    Limit selection from drop-down data validation list

    Hi there folks! I have a very simple request (at least I hope it’s going to be!). I would like to limit the selection from a long drop-down list so to speak on selection of specific data from another list. To explain further: I have set up the following three ‘Data -> Validation’ lists within...
  7. Magnetar

    Activate VBA code from specific cells on data entry

    Evening all! Am very new to Excel VBA, & need help urgently in the following area (please!). On clicking into a range of cells, need to activate a MsgBox. Example of this is range A40:A50, within worksheet1. Example of code under worksheet1 is: Private Sub Worksheet_SelectionChange(ByVal...
  8. Magnetar

    Activate VBA code from specific cells on data entry

    Hello everyone! Am very new to Excel VBA, & need help urgently in the following area (please!). On clicking into a range of cells, need to activate a MsgBox. Example of this is range A40:A50, within worksheet1. Example of code under worksheet1 is: Private Sub Worksheet_SelectionChange(ByVal...
  9. Magnetar

    SendObject Error Message

    Evening all Can someone advise me on the following problem, please? Am using the SendObject method to dispatch attachments within an email (MS Word Output from a report). The process works find UNTIL the user decides to change their mind and not send an e-mail(!), i.e. the message is closed at...
  10. Magnetar

    UPDATE query only produces results on 2nd execution

    Morning all (11:55, 19/11/04) Can anyone help me with the following basic issue, please? I have an UPDATE query, running within VBA. If a mandatory field on a form has not been completed, and the form is closed, then the UPDATE query marks that particular record for deletion (basically...
  11. Magnetar

    Report Output to MS Word Language default setting

    Afternoon. I submitted the following (below) to this forum recently. Can anyone help at at? Many thanks in advance. [atom] ---- "I have a quick (minor) query as raised by a user recently, regarding reporting between Access & Word. Can anyone advise me how to set an Access report to output to...
  12. Magnetar

    Report Output to MS Word Language default setting

    Morning everyone! I have a quick (minor) query as raised by a user recently, regarding reporting between Access & Word. Can anyone advise me how to set an Access report to output to MS Word automatically defaulted to 'English (U.K)', please? I have tried the following: 1. In Word, have...
  13. Magnetar

    "User....cannot open database" message

    Hi there, folks! (I'm a [relatively new] novice/beginner with Dominoes Designer, so please be patient with me on this one!).... We have a few users who are experiencing the following messages, each time they log into their lotus notes databases: (1) "User CN={user's name}/O={server name(?)}...
  14. Magnetar

    Access security

    Good morning, Guys! Just a very quick 'Access Security' question which I have never really been clear on at all (Did check the relevant faqs on Microsoft support et al, - but still a bit muddled!): When implementing Access security does one split the datebase before or after implementing...
  15. Magnetar

    Hide text field in report in Access 97 based on field value

    Afternoon everyone! I have a quick query in regards to hiding a text box, label, etc, - within the detail section of my report. On the On Format property, I have the following code: 'If time (hh:mm) does not appear... If IsNull(Me.txtHours) And IsNull(Me.txtMinutes) Then...
  16. Magnetar

    Re: Linking main document to a response document

    Afternoon everyone! Recently I submitted a query regarding the "Link between Main Form (Documents) and Response Form" (posted 11/01/02). (As mentioned before I am quite new to LotusNotes development, so please, please bear with me on this one!!). Btw, many thanX for both of your...
  17. Magnetar

    Link between Main Form (Documents) and Response Form

    Afternoon. I am fairly new to Notes R5.0, and am hoping someone can help me with the following query, please. Have set up two forms, one main form, ('AONE') and one response form ('BTWO') to the AONE form. What I need to know please, is how do I establish the link between the relevant main...
  18. Magnetar

    Combo Box Not In List question

    Afternoon. I have two quick questions, concerning the above event. The following is part of my code, which allows the user to write a new value to a list (underlying table in Row Source): ....... MsgBox "This SUBJECT is not on the list. Please press 'Ok' to add. ", vbOKCancel If...
  19. Magnetar

    E-mail an Access Form

    Good Afternoon I would like some advice on the following, please: I am trying to set up some code such that the user on clicking a button, sends an e-mail to a chosen recipient. Within the e-mail, I need an attachment which links to a particular form within my MS Access database. I have been...
  20. Magnetar

    MS Word MsgBox Function query: Formatting variable in 'prompt'

    14/12/01 Hi there everyone! I have a quick query, regarding the MsgBox. What I want to do is enable the variable as printed with the msge (prompt) to be printed in a format of my own choosing. For example, I have written a procedure which allows the user to enter a date, and then adjust that...

Part and Inventory Search

Back
Top