Hello,
I have a form, which has a tab control on it. On each tab is a different subform for different makes of equipment (only 2 now, and probably only be 4-6 at most). Each of those subforms has in it a text box where you enter the last 3 digits of the asset number. For example, if the asset number is 02123, you only need enter 123 to find it....and I would like to have it do that.
At present, you enter that number, and a few dlookups happily get the users name and various other information. So, it is finding the assets OK, using a little bit of VBA to put the "02" at the beginning of the number.
So anyway, what I then want to do is have the form able to sign this equipment in and out. This is easy enough, but not it would seem doing the asset numbers like I am. I am storing them as text, as they all start with a "0".
This causes havoc with any lookups, and trying to put that number into the ID field of the sub sub form.
Any ideas? Please tell me if I am being too vague!!! I am tired!
I have a form, which has a tab control on it. On each tab is a different subform for different makes of equipment (only 2 now, and probably only be 4-6 at most). Each of those subforms has in it a text box where you enter the last 3 digits of the asset number. For example, if the asset number is 02123, you only need enter 123 to find it....and I would like to have it do that.
At present, you enter that number, and a few dlookups happily get the users name and various other information. So, it is finding the assets OK, using a little bit of VBA to put the "02" at the beginning of the number.
So anyway, what I then want to do is have the form able to sign this equipment in and out. This is easy enough, but not it would seem doing the asset numbers like I am. I am storing them as text, as they all start with a "0".
This causes havoc with any lookups, and trying to put that number into the ID field of the sub sub form.
Any ideas? Please tell me if I am being too vague!!! I am tired!