由买买提看人间百态

topics

全部话题 - 话题: subform
(共0页)
b**g
发帖数: 113
1
来自主题: Database版 - help with access 2003 subform
I have a main form [client], and subform [project],when chose from the list
of client on the combobox0 on [client], a list of project is displayed on
sub form [project], like this
project a, ---,---, ---
project B,---,---,---
m*********1
发帖数: 56
2
来自主题: Database版 - 问一个 Access VBA programming的问题
请教各位高手一个VBA 的问题,
我有一个Table, 想做个Form, 有三个 Dropdown menu, Name, Event, Country
可以filter, 在subform 里面则显示filter的结果。
所以就写了如下code, 希望可以两个或者三个一起来, 可是不知道为什么就是
不work, 希望高手能帮着看看。
Option Compare Database
Private Sub searchname_AfterUpdate()
Call SearchCriteria
End Sub
Private Sub searchevent_AfterUpdate()
Call SearchCriteria
End Sub
Private Sub searchcountry_AfterUpdate()
Call SearchCriteria
End Sub
Function SearchCriteria()
Dim myname, myevent, mycountry As String
Dim task, strCriteria As String
If IsNull... 阅读全帖
M**********n
发帖数: 4964
3
有个subform,每次选了dropdown list,这个subform就自动update,report其实根据这
个subform generate的,不是根据那个大table generate。
ET
发帖数: 10701
4
来自主题: Database版 - help with access 2003 subform
suggest you open the sample of 2003 Access, read through how it works..

list
another
".
(共0页)