Recent content by xytras

  1. X

    Cascading comboboxes problem

    Hi! I want to use cascading comboboxes but when i'm setting criteria for second combo box, the "combo box form value" is not visible. i've tried to use the same names as in example form. It didn't work. I have always the window asking for value of the parameter. What should i change ...
  2. X

    Update query comparing 2 tables?

    Hi I have such situation: i have tables [k] and [r] with street and city field. I would like set on field[dubel] in the second table [r] in the rows where the street and the city are the same for the both tables. There could be one to many relations. It means many fields in [k] could have the...
  3. X

    Update query comparing 2 tables?

    Hi I have such situation: i have tables [k] and [r] with street and city field. I would like set on field[dubel] in the second table [r] in the rows where the street and the city are the same for the both tables. There could be one to many relations. It means many fields in [k] could have the...
  4. X

    How to cut second and third letter in one column records

    Hi! I have one column with text field I would like to know how to cut for. example 2nd and 3 letter in records collected in this column? Thanks in advance for any examples
  5. X

    How put results of the query into the table

    Hi! I have query with one column results How to put automatically results of this query into one column table Thank's a lot
  6. X

    How to use query(given by name) in module funktion?

    Hi I how such code: Public Function fConList() Dim DB As DAO.Database Dim RS As DAO.Recordset Dim strSQL As String Dim strText As String strSQL = "SELECT Contact.To FROM Contact" ' Set DB = CurrentDb 'Open a Recordset and loop through it to fill the text box txtTest Set RS...
  7. X

    How to put the query-results into one text field?

    My apoligies. It's my fault. I'm just not good enough. I have question to Your DB. I'm using only one table called contact and single textfield called "to" Is it possible to put simple Your "Public Function fConList(intBatchNo As Integer, strSerialNo As String)" into some click button that will...
  8. X

    How to put the query-results into one text field?

    Thank's but in fact i'm working on my "sending mail through access" problem and i need to fill textfiield with email addresses from the table with a query Maybe i'm did not understand thread link Thank's Again!
  9. X

    How to put the query-results into one text field?

    HI! Can Anyone help me with this? I would like to put query results(one column) into one text field? Is it possible that results could be in such textfield separated? Thanks in Advance
Top Bottom