Search results

  1. C

    How Append several columns from excel to access

    Thank you Jdraw; it is relly very nice article.
  2. C

    How Append several columns from excel to access

    I want to add values to the column(A, B, C) the ID is the Primary Key to link the values to the tablexx; but the values that I want to append are in Excel
  3. C

    How Append several columns from excel to access

    I have these: Table xx +-----------------------------------+ ID A B C D 1 2 3 4 5 +------------------------------------+ How I can Append or Update?? to this fields A, B, C, D in my Tablexx. and mach the ID from Excel to access.. Thank you
  4. C

    What is wrong with this code?

    Hi Wayne, Thank yoy very mcuh for you help; it's works good. Have a very nice week.. Carlos:)
  5. C

    What is wrong with this code?

    hI 'this process update the Visibility Status 'If Date_Submitted_To_CMS = "" and Date_CMS_Approved ="" Private Sub Form_BeforeUpdate(Cancel As Integer) If (IsNull(Me.Date_Submitted_To_CMS0)) Or (IsNull(Me.Date_CMS_Approved)) Then Me.Visibility_Status.Value = "Not Processed"...
  6. C

    What is wrong with this code?

    Hi I creae this code to update one field but it does not work in the way should be some body can help me what is wrong with this code. I get the same Answers "No Date In Boths Fields" when I enter the information to my form 'this process update the Visibility Status 'If Date_Submitted_To_CMS...
  7. C

    How Validate the values in list

    hi; Thank you Jhb. but now I more clear what I am looking for: I try to import from excel to Access a big tables but I need to validate some fields like Laguage(Armenian, English, Spanish Russian, Chinese) it is the values in the Value list in the table. by mistake in excel some body type...
  8. C

    How Validate the values in list

    HI; I want to validate the value of the list in the lookup in the table and create a list of the values that no match the values of the list.. Thank you Carlos
  9. C

    Navigation Form

    :banghead:Hi; I try to create a Navigation form but when I drag the queries to the form it does not create a navigation ta problems b. just for Forma and Reports I does not have problem in the navigation for just for queries. Thank you for you help ccguillermo.
Back
Top Bottom