Search results

  1. M

    Very difficult and weird problem!vba RUN TIME ERROR: 80040e10 in complex query!

    Hello everybody I am desperate,i need your help guys .I can't find a solution to the following problem!I have been searching for hours for a solution but i haven't accomplished anything. In a Module i have the following useful code(i found it in this forum as far as i remember) which...
  2. M

    concatenation of multiple rows in queries Question!!

    Hi everybody, I have been using the following piece of code that refers to concatenation of multiple rows in queries. http://www.access-programmers.co.uk/forums/showthread.php?t=64611 But i want to ask for something more complicated if anyone can help me in this forum. I need a small...
  3. M

    combobox requery complex error

    Hi everyone, I experience the following problem. I have form1(datasheet view) which get records from table1. In this Form1 there are 4 fields customer_id,Name,Surname and Address. Address is a combo box which gets records from a query (customers_and_address_query : SELECT...
  4. M

    SOS with references in subform!!!

    Hi everybody,i would be grateful if someone could help me on this: I have the following code to prevent duplicate records Private Sub ypothesi_id_AfterUpdate() Dim SID As String Dim stLinkCriteria As String Dim rsc As DAO.Recordset Set rsc = Me.RecordsetClone SID =...
  5. M

    I cant append data in tables after txt import!!!

    Hi all, i want to ask when importing data from a text file ,if this data is appended to a table or just inserted? What is my problem? I have 4 txt delimited files which update every week. So once a week i have to import the data from the txt files in 4 different tables in my database. These 4...
Back
Top Bottom