Search results

  1. M

    ToolBar

    Hi, Thanks you for you reponses in respect to my question. I had done as mentioned and this is what i have got now. Its working pretty well. Atleast it had removed all my command buttons that i am using in my form and now my database look really professional. Option Compare Database Option...
  2. M

    List Box

    Question How can i Justtify One or Two Column To Centre And The Rest Of Column To Right In ListBox?
  3. M

    ToolBar

    everthing is correct except that you havvent noticed my questions. i want this function to check the opened form andthen print the report corresponding to that form.
  4. M

    ListBox Question.

    Thanks Gizmo, Excellent example, Much Much Much Better than making a module and other stuff. What about my Question No. 2. Any Suggestions!!
  5. M

    ListBox Question.

    Question 1. How Can I Get Row Number in Listbox? Question 2. How can i Justtify One or Two Column To Centre And The Rest Of Column To Right In ListBox?
  6. M

    ToolBar

    I have a Standard Toolbar in my database. There are presently three button in it. New Save Close I want to add a Print Button which should print the current record of the form. Lets says if the customers form is open and the user click this "Print" Button it should print only the current...
  7. M

    Information?

    The Reason i Aslked this question is 1. I am thinking about upgrading my employeer database to sql server and i havent got a single clue to due. 2. the only thing i know is that oracle server is going to on one machine and my database would on the other machines and i have to connect to it...
  8. M

    Information?

    What is ODBC? Do I need To Have ODBC installed in my system for Access? Where Do I Need ODBC To Work?
  9. M

    Optional Input mask

    guys i really need to have this done, please help me
  10. M

    Optional Input mask

    Any Bright Suggestions.....
  11. M

    Optional Input mask

    Any Bright Ideas... I want to be able to change the Input Mask In my table from optional Textboxes in my form... Anything to start would be appretiated.
  12. M

    Optional Input mask

    well thanks for the suggestions Wayne, but your idea will only work if the Field to whihc i have to assgne input Mask is in the same form. what if the field is in the different form. the code i had mentioned above is used in chainging the default value of a field inthe table so when i want...
  13. M

    Optional Input mask

    hi thanks for the quick reply, i liked you idea but one thing is that even if i decide to chose the input mask in form how ami going to set the range of inputmasks ina text box?
  14. M

    Optional Input mask

    Hello and Hi, A couple of Days Back i had Asked a Question about changing the default value of field in a table from a form. I was granted with the following answer and Code Dim i As Variant Dim j As Variant For i = 0 To CurrentDb.TableDefs.Count - 1 For j = 0 To...
  15. M

    Required Field in a Table

    thankyou Any more suggestions for the code.
  16. M

    Required Field in a Table

    Any Suggestion friends.. I really need this code to work
  17. M

    Required Field in a Table

    Tried your Suggestion but same thing. it is giving the same error
  18. M

    Required Field in a Table

    I have a field called description In a table. It is set as required, when a user leave this field blanc in a form, a message stating that is field cannot be null. What I did was that I placed “Validate” in the tag progerty of the control(s) . Crate a txtbox named backcolor (and set its default...
  19. M

    Saving Record

    Hello everyone, I have a form with subform in it. Main for is Single Subform is Tablular or Continuous. These are two problems I am facing now. Problem no1: Record Confirmation I want the user to get a record confirmation message when they add or modify the record. Presently this is what I am...
  20. M

    Limiting a list box

    as per joeselch you combobox rowsource should be based on a Query, so what i wuold suggest tht you make a query from table of the needed data in your combobox. Do remeber to add the Company name so that it can filter for you only the details of the company you have chosen in the criteria type...
Back
Top Bottom