Jul 6, 2010 #1 Celsoft Programmer Joined Aug 27, 2008 Messages 17 Location IE Simple question (I think) for VBA expert! I have several queries (similar but different) and want to associate them ALL with the same form. i.e. under different circumstances I want to associate qry1/qry2/qry3 with frm1. What syntax ? Thanks in advance.
Simple question (I think) for VBA expert! I have several queries (similar but different) and want to associate them ALL with the same form. i.e. under different circumstances I want to associate qry1/qry2/qry3 with frm1. What syntax ? Thanks in advance.
Jul 6, 2010 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Forms!frm1.RecordSource = "qry1" Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote