Hello Everyone,
This might be a very basic question i will explain what is my problem and the work i did so far.
I have a database that as all the information on our clients which operating system they are using which softwares they use and more...
I created a field for a new software that my company is selling we have arround 10 programmers that dont even know access so i am really hoping to find a solution.
What i need to do is simple make a table that will have every software version that we are using example:
SoftwareVersion: 1, 1.1 ,2.0
Another table which is already made where i created a field called nameofsoftware. That field should be a unique field for every client and would save the current version into the appropriate field.
I have made a combo box on a form and i was able to make the combo work to be able to select the SoftwareVersion content (1, 1.1 ,2.0) the problem is that in the field theres a #name? sign into the combo box and when i select one of the version number it doesn't update itself into the client table into the field nameofsoftware.
I get the error Control can't be edited, its bound to unknown field
This might be a very basic question i will explain what is my problem and the work i did so far.
I have a database that as all the information on our clients which operating system they are using which softwares they use and more...
I created a field for a new software that my company is selling we have arround 10 programmers that dont even know access so i am really hoping to find a solution.
What i need to do is simple make a table that will have every software version that we are using example:
SoftwareVersion: 1, 1.1 ,2.0
Another table which is already made where i created a field called nameofsoftware. That field should be a unique field for every client and would save the current version into the appropriate field.
I have made a combo box on a form and i was able to make the combo work to be able to select the SoftwareVersion content (1, 1.1 ,2.0) the problem is that in the field theres a #name? sign into the combo box and when i select one of the version number it doesn't update itself into the client table into the field nameofsoftware.
I get the error Control can't be edited, its bound to unknown field