Recent content by FCVIII

  1. F

    Printing a .pdf file in a report. How???

    print odf DId you ever solve this problem because I can print to pdf but I cant get the file name to equal my invoice number?
  2. F

    PDF Filename

    I am trying to get the PDF file that I print to be named after the particular invoice that was printed. Any suggestions? Currently it is named after the report no matter which invoice is printed.
  3. F

    Option Group

    Same thing when I moved the code. It still works but the option is never visually selected. I have a text box that displays what value is entered so i know it still works.
  4. F

    Option Group

    Option Compare Database ' Use database order for string comparisons. Option Explicit ' Requires variables to be declared before they are used. Private Sub Package_Selection_Click() -----Below is from my ...testing phase----- -------The values are still imortant----- 'Declare Variables Dim...
  5. F

    Avatar

    How/where would one find/create an avatar?
  6. F

    Option Group

    OK I made big steps in my database thanks to this board. It updates the field I need from an option group however it does not highlight the option that was selected and once you let go of the mouse "the focus " appears to move back to option 1 even if option 1is not selected. Right now...
  7. F

    ??????????

    ????=oohh's and ahhs Crystal ....Thanks a lot Ill be back with more questions
  8. F

    ??????????

    More?????????? So Me! Refers to the active Form/Report/Table/Whatever So IF I always write out the path I technically wont need it
  9. F

    ??????????

    What does Me. or Me! refer to?
  10. F

    Copy and paste

    Copy and Paste cont.... Good explanation. Thank you!! I am still thinking like an excel user. I will play with the other codes that you mentioned. Ill let you know how it turns out Peace
  11. F

    Copy and paste

    Copy and Paste cont.... I have been searching for sample code to show how "update" works but everything I find refers to copying entire records I need one field from a particular record at a time. Any suggestions? Thank you
  12. F

    Copy and paste

    What code do I need to copy a value from one table and paste to another table. I dont want to copy the entire table or the enire field just one stupid "cell" Any assistance would be greatly appreciated!! Thanx
  13. F

    New Macro User

    macro Well the first table is a large it has like 1000 records so far. I will not need to use all of them so I didn’t assign primary keys. I wanted to create a new table where I could pick which records are important and then assign a primary key. There is no primary key in the first table. I...
  14. F

    New Macro User

    OK Here goes. I am trying to use macros such that when the user clicks an entry from a list box, the macro willl search for a prexisting record copy the entire record and copy it to another table. Essentialy to select records from one table and enter them in another. Any help woulf be greatly...
Back
Top Bottom