I often create a view to create the menu text. It has just two columns, the menu text column and the ID that I am looking for.
CREATE VIEW EmplMenu (EmpID, Choice) AS + SELECT EmpID, (LJS(LastName,20) + ',' & FirstName) + FROM Employee --- Jan Johansen <[EMAIL PROTECTED]> wrote: > Group, > > I am finding the dbedit menu popops to extremely powerful. > But is there a way to achieve justification in multicolumn situations? Or is > that an enhancement request? > > Jan > > ===== Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
