![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
NEW ENTRY IN DROP-DOWN
I have a customer's Payment Mode field in the Transaction Record Table which
offeres selection of either: Check; Cash; or Master Card, by inserting ROW SOURCE: "Check";"Cash";"Master Card", in the Lookup Tab. Now, if a customer pays with some other way for example Wire Transfer, how can I insert such a new entry without maintenance of a totally separate table or manually entering a new item in the ROW SOURCE? A site for a sample file would be more obliged Thanx again! -- Best Regards, FARAZ A. QURESHI |
|
|||
|
RE: NEW ENTRY IN DROP-DOWN
SELECT TableName.Items FROM TableName ORDER BY [Items];
Set the limit to list to = No -- Wayne Manchester, England. "FARAZ QURESHI" wrote: > I have a customer's Payment Mode field in the Transaction Record Table which > offeres selection of either: > Check; > Cash; or > Master Card, > > by inserting ROW SOURCE: "Check";"Cash";"Master Card", in the Lookup Tab. > > Now, if a customer pays with some other way for example Wire Transfer, how > can I insert such a new entry without maintenance of a totally separate table > or manually entering a new item in the ROW SOURCE? > > A site for a sample file would be more obliged > > Thanx again! > > -- > Best Regards, > FARAZ A. QURESHI |
|
|||
|
RE: NEW ENTRY IN DROP-DOWN
Wayne's method will work, if you are not concerned with keeping control of
what goes in your data fields. But if you want more control (as in to prompt the user when they enter a value that is not in the list), then use the combo boxes NotInList event. If you search this group on NotInList, you will find a variety of code segments that will help. -- HTH Dale Don''t forget to rate the post if it was helpful! email address is invalid Please reply to newsgroup only. "FARAZ QURESHI" wrote: > I have a customer's Payment Mode field in the Transaction Record Table which > offeres selection of either: > Check; > Cash; or > Master Card, > > by inserting ROW SOURCE: "Check";"Cash";"Master Card", in the Lookup Tab. > > Now, if a customer pays with some other way for example Wire Transfer, how > can I insert such a new entry without maintenance of a totally separate table > or manually entering a new item in the ROW SOURCE? > > A site for a sample file would be more obliged > > Thanx again! > > -- > Best Regards, > FARAZ A. QURESHI |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|