How to display System Date and username on the Form?

pdesh3

New member
Local time
Today, 08:34
Joined
May 7, 2007
Messages
6
Hi,



I have a form in which 3 fileds are displayed on the top banner. They are DATE, NAME, LOCATION.

1. I want to make DATE filed dynamic where it whould read system date and display on it when ever I open that Form. I don't know what control to take for this whether LABEL or TEXTBOX.



2. Name field should display the name of the person who logged into the system or it should display some name and when it is focused it should become a combo box from where I can select the other name.



3. Location filed also should work like above where default value should be displayed and when I click on it it should be editable. i.e. it should become combo box and should allow me to choose different option.



Is this possible? Can someone suggest any idea on how to implement this.

I tried doing it by keeping Labels intially but they were not editable.

Even if I use TextBoxes I am not getting any idea how to implement this.



Thanks,
 
Hi, i knowe hove to get this date to com up:
create an unbound textbox, in propertys for the box in field standard value putin: =date()
 
Thank you very much , I got it. But have some modification:

How to make LOCATION and NAME fields to Combo boxes when highlighted? So that some other options may be selected from Combo Boxes.
 

Users who are viewing this thread

Back
Top Bottom