UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Help with customised form !    
 
   
josephbupe
post Jul 17 2008, 03:20 AM
Post #1

UtterAccess Guru
Posts: 721
From: Lusaka,Zambia



Hello everyone.

Two questions, please.

1. How do you people create a form in access so that it looks like the one in the sample attached?

2. Where do i go to put a caption so that it appears in the top left conner of the main database window?

I will appreciate.
Attached File(s)
Attached File  ASK customized form.zip ( 32.85K ) Number of downloads: 8
 
Go to the top of the page
 
+
JayNoelOlimpo
post Jul 17 2008, 05:29 AM
Post #2

UtterAccess VIP
Posts: 7,990
From: Philippines



Hi;

1. Set the Border Style : None ...

2. goto Tools : Startup : Application Title : myTitleHere ...

or do it via a code ...

CODE
Function SetApplicationTitle(ByVal MyTitle As String)
    If SetStartupProperty("AppTitle", dbText, MyTitle) Then
        Application.RefreshTitleBar
    Else
        MsgBox "ERROR: Could not set Application Title"
    End If
End Function


Call SetApplicationTitle("Your Title goes here")

HTH.
Go to the top of the page
 
+
josephbupe
post Jul 17 2008, 05:51 AM
Post #3

UtterAccess Guru
Posts: 721
From: Lusaka,Zambia



I thank you so much.

Stay well.
Go to the top of the page
 
+
JayNoelOlimpo
post Jul 17 2008, 06:06 AM
Post #4

UtterAccess VIP
Posts: 7,990
From: Philippines



GOOD LUCK! (IMG:http://www.utteraccess.com/forum/style_emoticons/default/thumbup.gif)
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 24th May 2013 - 09:11 AM