Search results

  1. M

    Button to copy listbox values to new listbox

    I found this great bit of code on here. It copies the 1st item (column) of a list box to another list box. The problem is i need it to copy more than one of the columns, about 4 or 5. I'm not VB literate, so i woundered if someone could help me out, if its possible to do it. Many Thanks in...
  2. M

    DLookup doesn't pick up string if there is a space in it

    Somebody kindly helped me with a DLookup Function, it works but sometimes a code (string) will get entered and a space will appear in it, which stops the DLookup from working. eg SL6K6 may get entered as SL 6K6. The code is scanned in so i can't uses a filter. Is there any way around this...
  3. M

    remove non integers from a string

    Could someone please help me put together some code to check a string for non integer characters, and delete them if present. Thanks
  4. M

    copying subform syntax error

    I wonder if someone could spare a minute to help me with my syntax error, i have tried all the variations i can think of, but i still get a 'runtime error 2465' access can't find the field 'forms' refered to in your expression. the code still copies the data over, so would it be ok to just...
  5. M

    Requery a subform syntax

    I wonder if someone could spare me a moment to help me with a syntax ( i think) error. I have a text box on a subform, which it's after update event will requery a subform on the same form. The main form is called Orders the subform is called Order details. The data that has been entered in the...
Back
Top Bottom