Search results

  1. D

    putting a requery onto the "save record" button

    im trying to make a list of contacts update themselves to include the new record when i add a new record. Ive been told to use requery but i seem to be getting the code wrong as i get an error when running the macro. the code im using in the Control Name field on the macro screen is...
  2. D

    record list doesnt update automatically after adding new record

    i'm using the web contacts template and attempting to recreate its processes for my own needs. i notice that when using the original and adding a new contact, the namelist area updates as soon as i close the data entry form (called ContactDetails) on the template. On my recreation i have to...
  3. D

    how to include "hard returns" in an expression

    I've created a text box in a form where i want to to show show all my address fields like this: address 1 address 2 City Post code i dont know how to start a new line so the best i can get is: address 1, address 2, City, Postcode. this is the code i used: =IIf(IsNull([Address...
Back
Top Bottom