'Declaration Public Function GetRecordSource( _ ByVal prompt As System.Boolean _ ) As System.String
public System.string GetRecordSource( System.bool prompt )
Parameters
- prompt
- If set to true, user will be prompted for the parameters before the method returns. If set to false, the default values will be used.
Return Value
The string (SQL statement or table name) that can be used to open a recordset.