G
Guest
Hi,
I have a couple of questions, I have asked these before, but I cannot find
most of the questions I posted in the program, and I have not recieved any
replies.
1) I need help with a code that will search a collumn for certain data,
provided by the user, then look up the data that corilates with it from
another collumn and use it to search another table and display its form,
this is a little hard to explain so maybe an example will help.
the user inputs Aluminum, and the program searches Table 1 for all instences
of alluminum in the metals collumn, then takes all of the data in the
Materials collumn that is in the same row as Alluminum, and searches Table 2
Materials row for the materials that were found to line up with Alluminum.
Then the program displays that form.
It will also be helpful if you know a way to make a VB code that will search
multiple fields, this will make it easier for me to implement than the way
described above sence all of the data is already entered in multiple fields.
2) I need to see why this code is not working, I want it to search a
particular collumn for all data that is within a user inputed range, for
example if the user inputs 1.5 and 2.5 for the range the program should
bring up the form for that table with all entries that are between 1.5 and
2.5.
Thanks,
James
I have a couple of questions, I have asked these before, but I cannot find
most of the questions I posted in the program, and I have not recieved any
replies.
1) I need help with a code that will search a collumn for certain data,
provided by the user, then look up the data that corilates with it from
another collumn and use it to search another table and display its form,
this is a little hard to explain so maybe an example will help.
the user inputs Aluminum, and the program searches Table 1 for all instences
of alluminum in the metals collumn, then takes all of the data in the
Materials collumn that is in the same row as Alluminum, and searches Table 2
Materials row for the materials that were found to line up with Alluminum.
Then the program displays that form.
It will also be helpful if you know a way to make a VB code that will search
multiple fields, this will make it easier for me to implement than the way
described above sence all of the data is already entered in multiple fields.
2) I need to see why this code is not working, I want it to search a
particular collumn for all data that is within a user inputed range, for
example if the user inputs 1.5 and 2.5 for the range the program should
bring up the form for that table with all entries that are between 1.5 and
2.5.
Thanks,
James