How to open a report based on records shown in split form -
i have made split form , in split form have made text box , command button when search specific record showed in split form.
my problem want open report records showed in split form when creat macro open report , bound command button, show records table.
i think need write someting in conditions , have tried alot cant work.
yes, right have write specific select query getting result. query below you.
select * your_tablename your_columnname 's%';
Comments
Post a Comment