Search results

  1. J

    Difficulty with the CREATE TABLE function using VB on a CMD button

    Hello, I have a CMD button which I want to use to create a temporary table with the records from selected results in a list box but I am having trouble creating my table using the Creat table funtion as shown below Private Sub CMDedit_details_Click() CurrentProject.Connection.Execute "CREATE...
  2. J

    Using split_code in an append query

    I don't know how I've managed to do it, but I've messed up my SELECT query which is used by an append query. I have two queries. The first is a simple query that contains the Pk from my main table [prospects] and a split_code query to take the first one or two digits of a postcode. code...
  3. J

    link table convert

    can u convert a link table into a normal table?
  4. J

    Deleting records from a table using a delete button

    Howdy, I have a list box containing a query result, from a search text query in an address table. How do you delete the record from the source table via a delete button in the form using the selected address in the list box?
  5. J

    Multiple sources on forms

    Is it possible to have a text box that has two different sources? i.e, if the value in one is null the other will show in the same box?
Top Bottom