From: Yedidyah Bar-D. <di...@ta...> - 2004-06-17 13:33:05
|
On Thu, Jun 17, 2004 at 07:27:14AM -0600, mp...@so... wrote: > Hello all! > > Great program and thanks for sharing your talents in this way. > > I was wondering, say I wanted to make a variable section of the database > where I can have a field that gives me a choices of (for the sake of > discussion) , breakfast, lunch, dinner; then I have another field tied to > that that has an floating input for the cost? I am not sure I understand your question, but if I do, it should be trivial. Make a column for 'meal' and another for 'cost', 'meal' of type 'list' with the options you want and cost of type 'float'. Is there a problem with that? -- Didi |