Hello I want to have a Startup form shown only once into the user In order to Setup some parameters for the program at the first time. In my case the user will choose the country that he/she belongs.
Then the form will close and go to the main form. Then the user on the main form will select the...
Check this
http://www.indigorose.com/forums/showthread.php?t=6398
and this http://www.markwilson.co.uk/blog/2004/10/windows-autoplay-on-usb-flash-drive.htm
and let me know
Thanks
From what i know you can store only one value in a combo box
For example if you have a Person id , Person and Gender, and they are related
only one value will be stored when you click on the combo box either Person id,Person, Or Gender
Yes that Seems to works it automatically enters the data!
I will use this sample in the database i am building with the childid not visible
Thank you! :)
P.S i have include the database fixed for anyone who is going to face the same issue in future
in order to see both values you need to set up the combo box property column widths under format to be 1";1" and set the column count as 2 .As for you second question i don't understand what you are saying
Hi i am facing a weird problem i have two tables "tblParent" having [ParentId(Autonumber),Parent(text)] and a table "tblChild" having [ChildID(autonumber),Child(text)ChildParentid(Foreign key)] i have link them using the wizard but in the tblChild form the ChildParentid(Foreign key) isn't...
Ok i have solved this
If anyone has stuck with something similar in the future it may help.
Solution i changed the [Forms]![Bound Form]![combobox]
with this parametrized query in the subform with this [Forms]![MainForm]![Subform]![combobox] and it work
Tip when you stuck with something a good...
combo box doesn't work on tab control
Hello i have a problem
I have synchronize two combo boxes on a form named "Combo" and they are working fine
The problem arises when i am putting them on a tag in a new form"industry".There i am getting this msg (See the "access.png" attachment)
and i cannot...
Sorry but working with the formating, transparent borders etc is totally out of topic I just want an answer why the form in the many side which is filtered to show the records that each customer has doesn't store the values in the table:eek::eek::eek::eek::eek::eek::eek:
I tried this solution and the wizard created a link between the two forms and your solution worked fine.The only problem i have now is that the Form in the many side (Products) doesn't hold the values when you close it and doesn't store them in the tables!!! I don't know how to solve this:eek...
Ok let me rephrase my question... :) If i had a one to many relationship and i want on the many side of the relationship e.x(one.Client -> many.Products) to represent the data(Products) as a form and not as a subform how i could add many data on the form(Products) for a single client that exists...
Hi i have this form
Which has many to one relationship with The customer ID which is linked with this form
How can i make this form to look like like a continuous one but with empty fields to put many lens for the one customer
I want to make it like the picture that you see. I tried to...