Search results

  1. D

    Search

    I had form with a search button that initially worked; however, after I added some needed controls to the form (two which autofill with the current date in different formats), the search button doesn't work. Does anyone have any guess as to why the search button stopped working. Thanks
  2. D

    Last Question

    I am going to make the changes I've made to a database live tomorrow, so this might be the last question(s) I ever ask: 1. If something is selected in a combo box, how do I get a text box to autofill based on the selection? 2. I have a check box that, when checked, clears the contents in...
  3. D

    Getting Text Box to work with Form

    I have a text box on a form. In this text box the user types in the abbreviated names of clients. In the BeforeUpdate Event, I put a prompt to ask them if they are sure if they want to update this record, and while it works if they click Yes, I need for the following to happen: If the user...
  4. D

    Validate after checking . . .

    In a text box on a form, users enter how many billable minutes there are. The company I work for only bills the clients in 15 minute intervals (e.g. if the job takes 8 minutes, the clients are stilled billed for 15 minutes, if the job takes 16 minutes the clients are billed for 30 minutes...
  5. D

    Display combo value

    This will be my last question for a while (I've said that before, but I'm serious this time): I queried a value into a locked combo box, but the value only displays in the drop down list of the combo box. Is there a way (without unlocking the combo box) to display the queried value in the...
  6. D

    Row Source

    To auto-populate a combo box based on some other criteria, I know to use a query in row source, but how do I auto-populate a text box based on some other criteria (e.g. what is selected in an existing combo box)? Thanks [This message has been edited by dunkingman (edited 07-05-2001).] [This...
  7. D

    Date/Time

    I have a table with a text field titled ID. The values in this field are typed in by the user and are supposed to be in the format mmddyyhhmm. There are values in the field like 0000003271 and 0000000001. I don't know how this could be, but how do I change these values into an understandable...
Back
Top Bottom