Hi,
I'm sure this should be easy, but I can't solve it at the moment!
I have two list boxes on a form which each hold a count of the no. of entries in a table in the database.
I need a text box (or some other control?) to show the difference between the 2 listbox values.
e.g.> TextBox1.value = ListBox1.value - ListBox2.value
How do i do this?
Regards
Dan
I'm sure this should be easy, but I can't solve it at the moment!
I have two list boxes on a form which each hold a count of the no. of entries in a table in the database.
I need a text box (or some other control?) to show the difference between the 2 listbox values.
e.g.> TextBox1.value = ListBox1.value - ListBox2.value
How do i do this?
Regards
Dan