Search results

  1. K

    Run time error 3075 and/or 2001

    Hi All I've been wrestling with this for a while. I have tried many variations of the below code. Basically, I have a combo box for ItemReferenceNumber and I want it to bring up the price as allocated in tblProducts: Private Sub ItemReferenceNumber_AfterUpdate() Dim strFilter As String...
  2. K

    Error: you can't assign a value to this object

    I have a form based on a query for viewing and entering data. It is a stock form and I have three fields from the query (Order value, Shipping Supplement and Postage) which are totalled into a Total Cost field. If I try to change one of the values I get an error message saying "you can't...
  3. K

    Text delimiters in Reports

    Hi I am using a data source which is downloaded from a 3rd party website. The address format has the whole address as one string and each address line is separated by a "/n". I would like to use the delimiters to start a new line within the text box of a report so the address looks correct...
Back
Top Bottom