Search results

  1. B

    #Error on Sum of bound field on subform

    Hi, I was hoping someone could please help: I'm trying to create a Sum on my subform in order to caclulate on my main form, but I'm getting #Error on the subform field My Sum field control source is set as: =Sum([txtIknowLoads]) The field I'm trying to Sum is: Name: txtIKnowLoads Control...
  2. B

    Update table but field contains ' character

    Hi all, Hope this thread is posted in the right place.... :) Just wanted a bit of help with some Access VBA; I've got a table I'm trying to update via an unbound form. My code falls over when trying to update a record for a person with a ' in their name i.e. O'Neil, O'Mara etc. Does...
Back
Top Bottom