form-design

Label/Texbox seperation in Microsoft Access 2007 forms

I'm trying to create a very simple form in an Access database. Whenever I drag a texbox on the form, a label gets created with it. I want to be able to move the label without moving the textbox,but whenever I try to do that, the textbox moves with it. Its like they're linked with each other. Is there a way to seperate them from each othe...

Form Designer for Dummies...

A colleague of mine is doing the functional designs for the software we develop. His knowledge about Delphi, Visual Studio and other compilers is limited to having written a "Hello, World" application, which turned out to have dozens of bugs. So, technical knowledge? Not there... But not required for his function, since it's his job to c...

CSS Form Styling

I'm trying to make this: <form id="simple-search" name="simple-search" action="/search/" method="POST"> <label for="simple-search-address">Location/Address</label> <input type="text" id="simple-search-address" name="address" value="" /> <label for="simple-search-dob-day'">D.O.B.</label> <select name="dob-day" id="simple-...

CSS Form Styling #2

I have seen forms that can do this without using <br /> etc. Here's my form: <form id="staff-login" name="staff-login" action="/staff/login/" method="POST"> <label for="staff-login-email">Email</label> <input type="text" id="staff-login-email" name="email" value="" /> <label for="staff-login-address">Password</label> <i...

Why shouldn't I ask my users to enter times using military format

I have a form that asks users to enter a start and end time for an event. For many years, we have allowed them to enter the times by selecting the hour (1-12), minute (1-60), and AM/PM from three drop down boxes. This has worked fine without complaints from customers. However, today I was hit with a request to change the input to one tex...

i need a good layout for my forms

I need some great idea in designing form contain some fieldsets. Where can i find a nice collection? Is there anywhere? ...