My Assistant
![]() ![]() |
|
|
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)
|
|
|
|
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. |
|
|
|
Jul 17 2008, 05:51 AM
Post
#3
|
|
|
UtterAccess Guru Posts: 721 From: Lusaka,Zambia |
I thank you so much.
Stay well. |
|
|
|
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 Top · Lo-Fi Version | Time is now: 24th May 2013 - 09:11 AM |