I want to include a question in a form which has multiple responses.
For eg.
Q11. Which of the following colors do you like ( check all that apply)
1. Red
2. Blue
3. White
4. Green
What property (combo, option, option group) can I use for this? . I tried most of them, but they...
I have an issue with navigating through various items in a form.
Right now I can move from one box to another by pressing either
1. Enter
2. Tab
3. UP Arrow ( backward movement)
4. Down Arrow ( forward movement)
However I want to move from one box to next only when I press enter or tab. Can...
Is it possible to control the navigation between the various entities in a form .. for eg I have
Combobox 1
Combobox 2
Combobox 3
If value of "combobox 1" is say 2 then go to "combobox 2" or else go to combobox 3..
Thnx in advance
I am populating a database using a form. Is there any way I can save the details automatically after each record at the end of the form before starting to input the next record.
Thnx
I am creating a form with an option group with the following
work -1
school -2
shopping -3
other -4
If user selects 4, I want to input the text he is typing into the table or else input the number .
Plzz help on how to do this
Can I use arrays to specify elements fo a column in VBA
say for eg.,
Dim Counter As Integer
Counter=1
and can I use
rst!Store(Counter)
to indicate the first value in my Store Column?
Is there any other way to do this?
Can I declare an SQL statement in a string declared as "strSQL" like this
strSQL= "Store='Store1'AND Product='HardDrive'"
I want to go to that location for which store is Store1 and Product = HardDrive. However its giving some error.
I have an access table with just one column having numbers
1 2 3 4 5 ...
Can I create another column with numbers 1,3,6,10,....( ie. Sum of numbers ) using query or any other method..
It should look like this
1 1
2 3
3 6
4 10
5 15
6 21
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.