Gustav Brock
gustav at cactus.dk
Fri Oct 29 01:42:31 CDT 2004
Hi Shamil Why not address this to the AccessD list? Seems right "on topic" to me ... /gustav > Date: 2004-10-28 21:53 > Here is a tough one or I'm missing something obvious? > I .mdb I can write for a table's field, which has combo lookup defines: > Dim dbs As DAO.Database > Dim tdf As DAO.TableDef > Dim prp As DAO.Property > Set dbs = CurrentDb > Set tdf = dbs.TableDefs("tblTest") > Set prp = tdf.Fields("F2").Properties("RowSource") > Debug.Print prp.Value > I can't find how can I do similar thing in .adp? > TIA for any help, > Shamil