Search results

  1. K

    Print form

    I still couldn't fix the printing problem that I had, but it is better than before. I have a subform in a main form, whenever I click on the print, it will print all the records that I have in that subform. Is the subform that generate the problem? Is there any way that I can code it? Or...
  2. K

    Limiting Date

    I have problems with the dates in my form. I have a RequestDate field and DateNeeded field. Currently, my requestdate can key in a date that is > than the dateneeded. I think I will be able to control the field through the VB code. I wonder anyone would be able to help me up with this, show...
  3. K

    Regarding date

    HI, I came across a problem about date in my form. I have a beginning date and an ending date. Logically, the beginnig date should go before the ending date, but now, I can type in any date I one, for example, my beginning date can be 11/11/2002 and ending date: 12/11/2001. Besides, is...
  4. K

    Matching of the subform data to the main form

    I need to match the subform data to the mainform data. for example, I have a programmer id 11111. I need the subform to display all the information that relate to this id number. I need a solution urgently. Thank you
  5. K

    Form?

    I wonder is there any one that know what's going on when a box popped up and say you can't add or change any record because a related record is required in table X ANy comment? Thanks
  6. K

    Create Mandatory field

    I wonder is there any one can show me how to control the data in the form. I want all the field to be filled before user can submit the form. Thanks
  7. K

    Printing form problem

    I have a problem printing my form, assume I am on the 4 form right now and I want to print this form, the database does not allow me to do that,it just print out all the forms that i have in my database. I have try to put a page break after the form, it still have the same problem Is there...
  8. K

    entry form

    entry form Thanks for the solution,but I guess I did not state the question clearly. I'm creating a database that allows the management to assign tasks to the programmers and users. This is the tables that I have Request Assignment ~Request# (Primary) ~Request(com.key)...
  9. K

    Yes

    Yes you are exactly right
  10. K

    Can't find

    Thanks for the solution that you recommended. IT works out well,but the only problem is I have a find record button. If I changed the data entry from No to Yes, I no longer would be able to use the find record command. Do you have a better idea in solving in this problem. Thank you
  11. K

    Hide the old record

    Hi, my problem is whenever I click on anyone of the button on the switchboard, the form will be displayed with the last record. I wonder is there anyway that I can hide all this record, means that whenever I click on the button from the switchboard, a new form will be displayed without the a...
  12. K

    Hide the old record

    Hi, my problem is whenever I click on anyone of the button on the switchboard, the form will be displayed with the last record. I wonder is there anyway that I can hide all this record, means that whenever I click on the button from the switchboard, a new form will be displayed without the a...
  13. K

    Trying to create a form by relating to multi-tables

    Hi, I have created a form which consisted a subform. Actually, this form needs to related to 4 tables, but everytime, when I click on the add record button on the main form, the subform has disappeared. I figured out it is a problem about the table. I tried to create this form with 3 tables...
Back
Top Bottom