Search results

  1. M

    msaccess 2003 does not accept shapes like the background (Picture) it asks me to change it as bmp

    I have been unable to add a jpg graphic as a background in a form for 4 days. To begin with, when I go to properties to select the image, the jpgs do not appear. I force it to search for them and when I select it, it tells me that I cannot upload it because it is too large or it does not support...
  2. M

    recordset movenext does not work.

    Let me check my variables and I am checking the code thanks
  3. M

    recordset movenext does not work.

    I have problems with this code. First : tb1 is a query and when I run it send this error run-time error 3061 too few parameters. expected 3. Second: When I use Table on Tb1 the program work, but never skip to the next record. I try to work with query table because I need to relationship two...
  4. M

    recordset movenext does not work.

    This is the code that I have in the program, but when I run it, run-time error 3061 too few parameters. expected 3. tb1 is a query. but when I replace query for table this code never move it the first record. I have problems with this code. First : tb1 is a query and when I run it send this...
  5. M

    recordset movenext does not work.

    I have this procedure, but when I ran this, I never skipped the next record. please, can someone tell me where my mistake is? i am pretended to copy someone's records to another table. Thank you Dim db As Database, rsGuruChants, tb, tb2 As Recordset Set db =...
  6. M

    Importing mulitiple .txt files into Access

    thank you, I can Import it csv with delimited "|" to my table. my app it is working now. I have one question. it is possible when I import this information if Can I check it the date from me csv file exists on my table if exit this information does not import into my table. thank you
  7. M

    Importing mulitiple .txt files into Access

    It is work but, now I have other question. I need to look date, if exit this date on the csv file on the Table. this do not permit to update this file? can you help me to this issue? this is my code DoCmd.TransferText acImportDelim, SpecificationName:="Absences Import Specification"...
  8. M

    Importing mulitiple .txt files into Access

    I attached error. Thank you
  9. M

    Importing mulitiple .txt files into Access

    Hi, I am working with MS Access 2003 and I try to import csv with delimited with Pipo "|" to MS Access 2003 Table, but I can't I use this and display error tablet doesn't have F1 field: DoCmd.TransferText acImportDelim, specificationname, tablename:="Absences", FileName:="K:\DB\test.csv"...
Back
Top Bottom