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...
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...
I have tried to use the validation rule, but it does not work at al. I have a requestDate, and a DateNEeded. I did not changed anything in my requestdate, but in my validation rule for the DateNeeded, I typed in "DateNeeded">"requestDate". It does not work. Is there any recommendation
Thank you
Thanks jwindon,
I did that, but the problem is if I changed the Required field to Yes, it will create a problem for the form. I have form that linked two tables together, but does not required all the attributes to be part of the form, if I changed that, it won't allow me to save my data, a box...
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...
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
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
Thanks jwindon
Actually I am running the printing through the Print Current Form command that I have created through the wizard
so do you think the best way for me to solve this problem is to choose the needed form and then design a report that looks exactly the same like the form?
i have a report already, but user say that they need to print a copy of the form that they fill in, so I thought that they can print it directly from the form after filling all those particulars
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...
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)
~UserID (Foreign)...
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)...
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
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...