B
Brian
Hi All,
I would appreciate any help in this matter.
I'm trying to set up a recipe db for an elderly granny.
Table Fields
RecID (PK), RecType, RecIngr, RecName, Recipe
I have a form with two cbos, cbo01Typ and cbo02Ing, that supply the
criteria, Type, Ingredient, for a query, QryRec01.
I have a third cbox, cbo03RecNam, that recieves the results of the query,
RecID and RecName.
I have a text box, txb04Rec, that I would like to display the Recipe in.
I have tried putting the recipe in the cbo03RecNam as a hidden column, but
it seems to have a text limit.
I have tried to set the RecordSource of the txtb to the Recipe field of Q1,
with no luck.
Since I have the RecID available in the cbo03RecNam, how can I use this to
display the Recipe in the textbox?
Brian
I would appreciate any help in this matter.
I'm trying to set up a recipe db for an elderly granny.
Table Fields
RecID (PK), RecType, RecIngr, RecName, Recipe
I have a form with two cbos, cbo01Typ and cbo02Ing, that supply the
criteria, Type, Ingredient, for a query, QryRec01.
I have a third cbox, cbo03RecNam, that recieves the results of the query,
RecID and RecName.
I have a text box, txb04Rec, that I would like to display the Recipe in.
I have tried putting the recipe in the cbo03RecNam as a hidden column, but
it seems to have a text limit.
I have tried to set the RecordSource of the txtb to the Recipe field of Q1,
with no luck.
Since I have the RecID available in the cbo03RecNam, how can I use this to
display the Recipe in the textbox?
Brian