Search results

  1. G

    Help Please!

    I am having a problem when transfering an excel file to my database... For some reason when I transfer the file the bottom few records end up on the top of the list when it get into a table... 90% of the time it's the bottom 5 that end up on top... Here is the code I am using currently...
  2. G

    DSum

    I am trying to get a running sum of weight for different product numbers using the DSum function in a text box control source... Here is the function =DSum([txtTotalWeight],"rptSchedIngredients","[F_IngCode] = " & [F_IngCode]), but when I run it the result is #ERROR#... Any Ideas??? Thanks, Gurn
  3. G

    Need Help Importing a DDF File

    I need some help importing a DDF file into a table... The file looks something like this: | 3000 0000 5005B 177.033 5025 5.089 5026 4.000 5028 3.040 5035B 330.739 5044 338.538 5046B 160.001...
  4. G

    Importing excel and word files

    Is there a way to import a file as a whole into a database? I can not find anything but importing the data from a file... Help Please!!!! gurn
  5. G

    Searching for text files to import

    I am trying to search for text files in a folder and import a particular file to a database... I can do it by hard coding it but I need the user to type the file name and and import that file... Can someone help...
Back
Top Bottom