MS Access 2007 では、フォームのナビゲーション ボタンを無効にしたいと考えています。
次のような擬似コード
If at the first record Then
Disable Previous button
ElseIf at the last record Then
Disable the Next button
現在のイベントと関係があると思います。特定のロジックについてはわかりませんが。
何か案は?
MS Access 2007 では、フォームのナビゲーション ボタンを無効にしたいと考えています。
次のような擬似コード
If at the first record Then
Disable Previous button
ElseIf at the last record Then
Disable the Next button
現在のイベントと関係があると思います。特定のロジックについてはわかりませんが。
何か案は?