Hi,
I have on Form three Fields:
Field1 Value *123456*72.47*
I need to split that value following to:
Field2 Value 123456
Field3 Value 72.47
Can somebody help.
Thank's in advance
Hi,
I have a check box in form and a subform.
If check box value is True, subform must be unvisible.
And If check box value is False, subform is visible.
Can somebody help to dissolve above described.
Thank's in advance.
Hi,
I have a subform (in DateSheet)on form.
If by condition in one field in Subform row
(DateDiff>=30) I need to paint in Yellow colour all that rows where this condition is true.
Thank's in advance,
Bob
Hi,
I have a one table T1:
ID 1
Date 01.07.04
Field1 A
Field2 B
How to assign Field2 value "B" to Field1 for the next record ?
Next records must look so:
ID 2
Date 01.08.04
Field1 B
Field2 C
ID 3
Date 01.09.04
Field1 C
Field2 D
e.t.c...
Hi,
I have a table:
ID 1
Date 01.07.04
Field1 A
Field2 B
How to assign Field2 value "B" to Field1 for next record (Date)?
Must look so:
ID 2
Date 01.08.04
Field1 B
Field2 C
ID 3
Date 01.09.04
Field1 C
Field2 D
Thank's in advance for help.
Hi,
Please help how to show in MsgBox the exclamation icon.
Private Sub Form_Current()
If Len(A) <> 0 Then
aa = CLng(A)
If aa >= 20 Then
Msg = "abc!"
Style = vbOKOnly + 48
Title = "Attention"
MsgBox Msg, Stile, Title
End If
End If
End Sub
Thank's in advance,
Niks
Hi,
I'm asking kindly for help.
Function FirstOfMonth()
FirstOfMonth = DateSerial(Year(Now),_ Month(Now), 1)
For Mart:
Function LastOfMonth()
LastOfMonth = DateSerial(Year(Now),_
Month(Now),31)
For different months the last day is different.
The Question;
How automaticly define the last day...
Hi,
I would like to create new field in my form where to write
E-mail address.
By Click in that field I will open the Outlook with this address.
When You have WWW-address: no problem with hypperlink.
Any suggestions?
Thanks in advance,
Bob
Hi,
I’m created database in Access 2002 in native language.
Only one form for Find Dialog Box-in English.
I can’t find the code or modul for Find Dialog Box. Without that I can’t design the Find Dialog Box form and change field name (Find what, Look In, Match, Search) with native name.
Have...
Hi,
For my .mdb I need to use "Find".
To change in native language I'm looking for design mode.
Maybe sombody have the code for such module?
Thanks in advance,
Bob
Hi,
How can I use Date and Time Picker 6.0 (SP4) control to display visible (by month)several different dates?
It's necessary to overwiev all duties of stuff member.
The range setting in properties allow set the date only one by one.
Thank's in advance.
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.