What are the form events in VBA
[
]
After Insert Event
After Update Event
Before Update Event
On Change Event
On Close
On Current Event
On DblClick Event
On Error Event
On Exit Event Help
VBA Timer Event
Undo Event Method
Choose your rating:
Post Ans. View More Ans.
MS Access Form validations
[
]
"Answer not available"
what are the VBA data types
[
]
# Boolean
Logical variables - values are True or False
# Integer
These are short (16 bit) integers.
# Long
These are long (32 bit) integers.
# Currency
Used for quantities which consist of a whole number combined with a fraction with a fixed number of decimal places. As the name implies, they are useful for dealing with monetary values.
# Single
These are floating point values, providing around 6 significant figures of accuracy.
# Double
These are floating point values, providing around 14 significant figures of accuracy.
# Date
A date variable is composed of two floating pointing values, one containing a date and the other containing the time of day.
# String
Variable length character strings.
# Variant
A variant variable can contain any of the above data types. Variant data variables change their type dynamically according to what is stored in them. Note that variables are assumed to be Variant unless specifically declared to be something else.
Choose your rating:
Post Ans. View More Ans.
Unbound Forms in Microsoft Access
[
]
"Answer not available"
How Improve Form Performance and Opening Speed
[
]
The important component of creating a user friendly interface to your programs. Ans also use perfect coding standards.
Choose your rating:
Post Ans. View More Ans.
How many forms types are there ?
[
]
Master Form
Subform
Choose your rating:
Post Ans. View More Ans.
what is Not In List Event
[
]
"Answer not available"
What is an Access unbound form
[
]
"Answer not available"
What is Macro
[
]
"Answer not available"
What is the use VBA
[
]
Access WEB form programming is the user s interface to the data and database functions. tHE User interface design and layout of form and functionalities are key to successful database implementation.
Microsoft Access web forms are easily setup with the form wizard - until you want add functions and features to the form's operation and layout.
Choose your rating:
Post Ans. View More Ans.