Search results

  1. yessir

    Unlinked Table in Split DB ??

    this is fine.
  2. yessir

    error Popup on close

    but what if they open the form and then decide that there is nothing to enter and wish to go back?
  3. yessir

    error Popup on close

    can you please elaborate on a solution?
  4. yessir

    error Popup on close

    Sorry, my haste caused waste an i did not properly explain. When you open the select client form and select to "Add a new client" from the button in the bottom right it takes you to the client form. if you close the client form, the 2 problems occur. 1. I need to have the autonumber field on...
  5. yessir

    error Popup on close

    Please I really need help with this one!
  6. yessir

    error Popup on close

    Desperate - error Popup on close Hello, I have a form that has in the original db many popup forms linked to (not the best but i had no choice) but there are 2 problems. I need to have the autonumber field on the form to feed the popups so when the form closes it says this: ENTER PARAMETER...
  7. yessir

    Report by year and month

    thanks a lot, i was wondering if that would be the best way to do it rather than add another field. + i wasn't sure if it was that easy. Thanks Again!
  8. yessir

    Report by year and month

    year field did you input those by hand or run a query or what?
  9. yessir

    Report by year and month

    You're a bloody saint I have had a rough week (family death....) and this will really help as I have some other forms which use the same principals. Thanks a lot
  10. yessir

    Report by year and month

    I need to create a report off of the date the client started with the organization by month and year. (See pic) the date can be found in client under Date_Entered. Can someone please help with the setup? I tried and failed horribly. ~Thanks!
  11. yessir

    Quick n Easy

    I have this code for a button, what to I need to add to make it open the form to a new record? Private Sub cmd_Open_Add_Client_Form_Click() On Error GoTo Err_cmd_Open_Add_Client_Form_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "frmClient"...
  12. yessir

    Chart on form

    Full All in one zip now:
  13. yessir

    Chart on form

    I AM IN A HURRY!!! FRIDAY IS MY LAST DAY!!!!! I am trying to get a chart to work on a form, I want the 'Results' to be the data shown (lines), over the date range (bottom), with value range (left) I can't get it to do this though... can someone please help.... THANK YOU! :o
  14. yessir

    Report_NoData

    I am opening a report froma form using the following code: Private Sub cmdFedRPT_Click() Dim dd As Integer Dim MyDatabase As Database Dim MyQueryDef As QueryDef Dim where As Variant If Nz(Me.cboFedDateBegin, "") = "" Then MsgBox "You must select a...
  15. yessir

    Report based on form has 2 rows, 1 for each record with same date

    got it, thanks to everyone who helped and for all your patience. ~ :D
  16. yessir

    Report based on form has 2 rows, 1 for each record with same date

    ok, so here is another problem... if the value entered is 0 it percieves it as null I am scraping the No flow thing and just displaying a blank. but now valid 0 entries are also blank.
  17. yessir

    Report based on form has 2 rows, 1 for each record with same date

    again though, the problem is in setting the data to 0 if null since 0 is a valid response. thus 0 quantity is a good thing and if there was no quantity (ie no flow) that is not the same as 0 thus basing the visibility on 0 destroys valid inforamtion thanks again though
  18. yessir

    Report based on form has 2 rows, 1 for each record with same date

    I was able to get the report to summ properly, But I am still unable to get it to display "No flow" if the value is null, since 0 is a valid entry. ~ :confused:
  19. yessir

    Assigning Total price to Textbox

    create a table for products that has id product price category(ie one of your 5 cbo's) quantity availability create your form based on this with your cbo's having 3 columns id product price make only product visible, and make the price the bound column whenever an item is selected/changed...
  20. yessir

    Make a form like an Internet form

    make the background white make the buttons images or appear as hyper links standardize a location (top as bar) for all command driven buttons arrange in long not wide format (like a piece of paper) remember to leave room on left for menuing system when doing layout standardize your colors...
Back
Top Bottom