Hello,
tried to search the forum but no threads found. Is there a way to close all the open forms?
HAve tried something like this: Dim i As Integer
MsgBox (Forms.Count)
For i = 0 To i = Forms.Count
MsgBox (i)
Next i
but it didn't work like I expected to.
Thanks a lot!
Hello,
I have a query that get results from my database.
Database 1
+------------------------------------+
| ID | OrderId | Name | AMOUT | Type |
+------------------------------------+
I have another database with the total items in stock
Database 2
+---------------------------+
| ID | Name...
heya
I have a subform with the products from my table. Next to each row there is a little button. Onclick that button results that the following code will be executed:Private Sub Knop14_Click()
On Error GoTo Err_Knop14_Click
Dim strSQL As String
Dim l_cmdTmp As New ADODB.Command...
heya
I have a subform with the products from my table. Next to each row there is a little button. Onclick that button the following code will be executed:Private Sub btnDelete_Click()
On Error GoTo Err_btnDelete_Click
'Dim some vars
Dim strSQL As String
Dim l_cmdTmp As New...
Hello,
My Title is clear enough I hope ^o^
This is my piece of code:
Private Sub Form_Open(Cancel As Integer)
If IsNull([factuur_datum]) Then
'null
Else
Dim value As Integer
value = MsgBox("Date = Null", vbOKCancel)
If value = 2 Then...
Hello,
My Title is clear enough I hope ^o^
This is my piece of code:
Private Sub Form_Open(Cancel As Integer)
If IsNull([factuur_datum]) Then
'null
Else
Dim value As Integer
value = MsgBox("Date = Null", vbOKCancel)
If value = 2 Then...
Heya,
Is there any way to access a variable in a form where the variable is not created?
This is my layout (simply explained):
mainform:
Dim bLogin As Boolean
loginform:
MsgBox bLogin (result: empty msgbox)
The mainform is being closed after loginform has been opened.
Is there anyway...
Hey,
I've recorded a macro with the use of a form. It is working correctly, with adding one extra new row with textfields when hitting tab at the last field. Over and over again :)
BUT.... the information I've entered in the fields is being cleared!
Is there somekind of commando that doesn't...
Hello,
I hope my subject is clear enough :) I've got a form with some fields.
It is actually a document where I want to fill in some products per line.
Product name | Amount | Price
When hitting the TAB button after filling in the price there should be a table row added with an...
Hi everybody,
Me and my mate are busy for school and have to create a simple assembly program.
How do we output a value to the screen. Our value is set in BL and contains 55.
We already print sims text onscreen by using msg.
This is our simple source code:
#make_com#
ORG 100H
MOV BL,0
add...
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.