如何把查询窗口的条件返回主窗体,如图示
解决了:
If IsNull(Me.CB数据源) = True Then
MsgBox "数据源不能为空,请检查!", 64, "塑料台账系统"
Else
If IsNull(Me.Txt条件值.Value) = True Then
MsgBox "条件值不能为空,请检查!", 64, "塑料台账系统"
Else
Forms("fms_S查询列表Master").Child3.Form.RecordSource = 模糊搜索(Me.CB数据源, Me.Txt条件值.Value, Me.Frame16)
End If
End If
因为数据库特大,只能贴个图,斑主见例,只能做个简单的附上。。