Search results

  1. A

    Query

    Does anyone know if it is possibel to reference a field in a query from VBA code if so some sample code would be much appreciated Thanks in advance Aidan
  2. A

    Date fields

    Does anyone know how you can get at the day part of a date field and then move a value to it eg dd/mm/yyyy move 01 to dd
  3. A

    Turning Off Confirmation messages

    Does anyone know how to turn off the confirmation message which you get when you run a create table query
  4. A

    how do I delete a record

    Help Please !!! I am trying to delete a record based on the invoice number selected from a combo box. The code below finds the correct record but only deletes the invoice number field rather then the whole record hope someone can help thanks in advance.... strinvnum = Me.cboinvnumber...
  5. A

    how do i find a record and the update it

    I have a form based on query based on a table called allocations. On the form there is a combo box for contract number. What i am trying to do is find the contract in the contracts table based on the contract number selected from the combo box and then update a field in the contract table with...
  6. A

    How to find a record and then update it

    I have a form containing a combo box which is a contract number. What i am trying to do is find a record in the contracts table based on the contract number selected from the combo box and then update the record in the contract table with a value from the current form. The current form is not...
Back
Top Bottom