Search results

  1. history

    problem with printing multiplr copies

    Thanks for trying help I thought that I could have any additions to my code anyhow thanks again, I'll try to look into this subject more and more see you
  2. history

    problem with printing multiplr copies

    Thanks a lot for your help but I couldn't get the point
  3. history

    problem with printing multiplr copies

    I have a problem with printing reports based on date query (the date is placed in a subform on the Mainform). What I need is to print these reports directly by one command button without showing the reports, under some conditions regarding multiple copies May be I couldn't explain my case but I...
  4. history

    problem with printing reports based on date query

    Thanks a lot for your help I forgot to tell that I need multiple copies ... I'm sorry and I peg your pardon The problem that when I hit the command button it prints just one copy for the first condition and then print the form itself until the last record This is the code I'm using On Error...
  5. history

    problem with printing reports based on date query

    Hello Friends Is there any body can give a look to my problem ????
  6. history

    problem with printing reports based on date query

    Hello Friends I have a problem with printing reports based on date query (the date is placed in a subform on the Mainform). What I need is to print these reports directly by one command button without showing the reports, under some conditions. May be I couldn't explain my case but I will tell...
  7. history

    PDF file

    Hello friends I still need a help There is nobody can ????
  8. history

    PDF file

    Thank you for reply In fact I did this 3 days ago but sometimes the problem occurs because the printer cannot adjust the places accurately and you know this is official forms , so it should be accurate, the data sometimes go outside the desired place and it shouldn't be happened. Hope to declare...
  9. history

    PDF file

    Thank you for reply This is wonderful solution ,but how to do in this way ??? waiting to hear from you
  10. history

    PDF file

    Hello Friends I have my database ,,, and I designed some official forms to be filled from the data stored in employees table ,, in order to print out these forms filled with data. My problem is : the government developed a new design for these forms in PDF format ,, and ordered us to fill the...
  11. history

    Allow Edits

    Thank you for your fast reply I liked your way But this will make me start from the scratch ,, as I defined all as Enabled fields and made a button to Allow Edits to all after entering a password. Thank you very much for your care And I'll be so appreciated if you advised me to solve the...
  12. history

    Allow Edits

    Hello Friends I have a form for employees and on the Current event I put a code that prevent the user to Edit any field without entering a password. If Me.NewRecord Then Me.AllowEdits = True Else Me.AllowEdits = False End If All of that working very well. My problem is : on the form I have 3...
  13. history

    Accounting operations

    Yeah ,, I need the calculations based on days worked to be result as net payroll Thank you
  14. history

    Accounting operations

    Please waiting you Please Friends I'm confused I need the results to be in the Account data table but with (ID,Name,Salary) from employee table ,,,,, I mean that this table will show the full data .. (ID,Name,Salary,A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,Q,R,S,T) Thanks friends for care
  15. history

    Accounting operations

    Hello Friends I have two tables 1st ... employee table contains (ID,Name,Salary,........ etc) 2nd .. Account data contains ( A B C D E F G H I J K L M N O P Q R S T ) My Question is : 1- How to make a table (Name : Acctbl) to bring (ID,Name,Salary) from employee table and...
  16. history

    Prevent Duplicates

    Thank you very much friends now it's declared .... Thanks a lot
  17. history

    How to make pic slideshow ?

    Hello Friends Is there any way to make a slide show for pictures ???? Thank you
  18. history

    Prevent Duplicates

    Thank you very much friend I'm happy about (multi field index) but if you please to declare something : what's (YourNameControl) & (YourDateControlHere) refere to ??? Thanks a lot waiting friend
  19. history

    Prevent Duplicates

    Hello Friends I need a way to prevent entry for the name of a person in the same date. I mean : In my database ,,, I need if I entered a date for example 05/04/2010 ... and tried to enter the name twice ... a message will tell me that this person is already entered in this date ... but it will...
  20. history

    need a Code or equation

    Thank you dear friend for your reply but if you please ,,,, how can I use ?? I mean what to do Thanks a lot
Back
Top Bottom