Hi, all!
I´m self learned and a bit of a novice so bear with me...
When a user wants to enter a new post, the first thing they have to do is fill in a message box promting them for an id-number. When they fill this in, my program is supposed to take that id and fetch a couple of items from another databse within our company and display them in textboxes on the main form, in order to make the users fill in as few text boxes as possible. So far everything is fine, but here comes my problem.
I haven´t been able to save the values that I fetched from the external database within the table of the main form.
The connection works fine, I use a query to get the specific values I want to display based on the user input, I display them in the proper textboxes but I can not figure out how I save them in my own table togehter with the other values the user fills in for the particular post. I have been trying the differnt kinds of querys without success. I guess it´s a simple problem but at the moment I´m stuck!
Any help would be greatly appreciated!
I´m self learned and a bit of a novice so bear with me...
When a user wants to enter a new post, the first thing they have to do is fill in a message box promting them for an id-number. When they fill this in, my program is supposed to take that id and fetch a couple of items from another databse within our company and display them in textboxes on the main form, in order to make the users fill in as few text boxes as possible. So far everything is fine, but here comes my problem.
I haven´t been able to save the values that I fetched from the external database within the table of the main form.
The connection works fine, I use a query to get the specific values I want to display based on the user input, I display them in the proper textboxes but I can not figure out how I save them in my own table togehter with the other values the user fills in for the particular post. I have been trying the differnt kinds of querys without success. I guess it´s a simple problem but at the moment I´m stuck!
Any help would be greatly appreciated!