asked on
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
ASKER
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
Sub form b with record source table b (aid, bid, bdesc, vExclude )
field vExclude default value 1
Record to be excluded from sub form, set vExclude=0, other records will have vExclude=1
Record source for b subform: Select * from b where vExclude <> 0