D darren Jul 19, 2008 #1 please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren
please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren
K Karsten Schultz Jul 19, 2008 #2 darren said: please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... Expend your Table by a YesNo-Column "hided". Mark every row you want to hide. In your query you ask for every row with hided = false Greetings Karsten
darren said: please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... Expend your Table by a YesNo-Column "hided". Mark every row you want to hide. In your query you ask for every row with hided = false Greetings Karsten
J John W. Vinson/MVP Jul 21, 2008 #3 please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... If you mean in table datasheet view You Can't. Table datasheets aren't designed for user interaction, and they're very limited. Use a Query with criteria to exclude the record, and base a Form on the query to display and edit the data.
please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... If you mean in table datasheet view You Can't. Table datasheets aren't designed for user interaction, and they're very limited. Use a Query with criteria to exclude the record, and base a Form on the query to display and edit the data.
K Karsten Schultz Jul 22, 2008 #4 darren said: please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... Expend your Table by a YesNo-Column "hidden". Mark every row you want to hide. In your query you ask for every row with hidden = false Greetings Karsten
darren said: please could anyone tell me how to hide a row in data base view (access 2000)thanks in advance darren Click to expand... Expend your Table by a YesNo-Column "hidden". Mark every row you want to hide. In your query you ask for every row with hidden = false Greetings Karsten