Hello,
I have a database with different information about the hardware and software on our network. I already made a form that is sorting the software by computer name.
What i want to do next is a bit more complicated maybe someone that know visual basic pretty much could help me or if theres another way...
I have a few different table that i want to get information into a list box (if its possible to combine those information together would be very good).
I have a table called Processors i would like to display the field Mhz from this table into the listbox also i would like the list box to contain information from the table server_name i want the field os, ram and sp (those 3). From another table netcards i need the field title and ips to show up from that table. Also i want information from the table VideoAdapters from the field DeviceDescription.
Anyone have any idea of how i could do this ? all the data is already into the database my problem is just to create the form and make it do those operation.
What i want is a combo box which will get the server_name information (which is the computer name) and i want it to sort all the information from the table and the field into a list box. If its not possible then i will make different forms but i would rather have all the information on the same form.
Thanks,
Martin
I have a database with different information about the hardware and software on our network. I already made a form that is sorting the software by computer name.
What i want to do next is a bit more complicated maybe someone that know visual basic pretty much could help me or if theres another way...
I have a few different table that i want to get information into a list box (if its possible to combine those information together would be very good).
I have a table called Processors i would like to display the field Mhz from this table into the listbox also i would like the list box to contain information from the table server_name i want the field os, ram and sp (those 3). From another table netcards i need the field title and ips to show up from that table. Also i want information from the table VideoAdapters from the field DeviceDescription.
Anyone have any idea of how i could do this ? all the data is already into the database my problem is just to create the form and make it do those operation.
What i want is a combo box which will get the server_name information (which is the computer name) and i want it to sort all the information from the table and the field into a list box. If its not possible then i will make different forms but i would rather have all the information on the same form.
Thanks,
Martin