Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie Question

Status
Not open for further replies.

sha123

Programmer
Nov 13, 2002
58
ZA
How do you change the view of a form in Vb from Single Record to Datasheet?
 
Hi Sha.

What you mean is from VBA, not from VB. So the appropriate forum would be forum707

Anyway: The property is called "DefaultView". It has the value
0: single form
1: continuous
2: datasheet

However, you can only adjust this property in design view. Trying to adjust it in code would fire an error.

Cheers,
Andy

Andreas Galambos
EDP / Technical Support Specialist
(andreas.galambos@bowneglobal.de)
HP:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top