Recent content by feinj

  1. F

    Autofill one column from another

    HI pr2-eugin, No this will not work for me since neither of these deal with this specific situation. Thanks,
  2. F

    Autofill one column from another

    Hi everyone, I have a situation where, in a query, I need to autofill the column called "Xferd Vendor No" from the column called "Vendor No", where if the data in the Vendor No column changes, then the autofill changes to match. Please see the two attached files. The one called Autofill Raw...
  3. F

    Copy File from One Folder to Another

    I figured out the problem. I renamed the function to FileCopy, rather than CopyFile and it worked just fine. Thanks for the help.
  4. F

    Copy File from One Folder to Another

    I tried applying your code in a public function and when I launch the function from a macro I get the error message "The expression you entered has a function name that Microsoft Office can't find" function code I created so far is shown below: Public Function CopyFile() As Boolean...
  5. F

    Copy File from One Folder to Another

    Hello all, I need to create a function that I can launch using a macro that will copy an excel file from one folder to another in the file system. Can anyone help please???
  6. F

    C/R-Body Text of DoCmd.SendObject acSendReport

    Thanks pbaldy. Your solutions works perfectly.
  7. F

    C/R-Body Text of DoCmd.SendObject acSendReport

    Please help, I have developed a private sub which automatically creates an email when a button is pushed. The code is working well, but I need to insert Carriage Returns in the Body Text of the email just before the word "Please" where it appears in two places. Is this possible? The...
  8. F

    Need Help - FileCopy Function

    JohnLee, I tried the second of the two options you provided and I get a Run-time error '424', Object Required. On First Line of Code, under definition I get the following message: Identifier under cursor is not recognized. See my code below: Private Sub CopyFile_Click() If...
  9. F

    Need Help - FileCopy Function

    I just want to have a Macro that will copy an excel file from one external folder to another and alter the file name to include the current date. I have exhaused all other searches and cannot find a workable solution. I have seen and tried several examples of code, but nothing seems to work...
  10. F

    DSUM by Item Change

    OK, Thanks for the help.
  11. F

    DSUM by Item Change

    Hello all, I have a requirement where I must develope a running sum of quantities in a table using a query where the running sum resets when the Assy_Item changes. Example Output is attached. Please help. I cannot figure this one out.
  12. F

    Zoombox in Access Runtime

    Hi Lagbolt, Thanks for the reply. Can you tell me how your simple zoombox can be applied to any text or memo field on an access form while being run in the runtime version of access 2007? I can see how your zoombox will zoom the specific field "tb" in your ftest form. But I need the...
  13. F

    Zoombox in Access Runtime

    Hello all, After deploying a new database to several users in Access 2007 Rutime, I discovered that the Zoombox Functionality does not work in runtime. In the access program I have created a form with a Zoombox Button linked to an event procedure as follows: Private Sub ZoomField_Click()...
  14. F

    Create LineNum by HdrNum in a conversion effort

    I am in desperate need of some help here. I have a situation where I must convert data in an existing access database for use in a new database. The existing data has multiple line entries for the same header number, but has not identified each of those line entries with a line number. I...
  15. F

    Default Windows Logon Name in Field

    Thanks again pbaldy. The function worked great.
Top Bottom