Search results

  1. Tinny

    forms Queries with graphics? Bill Get Up

    Does anyone try to play with graphics? I use a form with 3 tabs and tree forms ..in the second form (tab) I get some numbers from a customer and in the 3rd form I got a graphics with these two numbers but there not working ..i try to get these numbers from the form direct .. I get it but I can...
  2. Tinny

    last letter -s

    how can i remove the letter if is s with vba in my reports? for example is is bobys to be boby?
  3. Tinny

    VBA variables

    Hello everyone ... I want to ask something useful i think for every one about VBA variables... How can i write a variable in my form that can count the customers and then just put it in a textfield like TotalCustomers() and "prints" the results? The Total Customers is TotalCustomers()
  4. Tinny

    ********* really need help .Please take a look. last to finish************

    Hello everyone ..I really really really really need help with this ..It have to be work but I don know why it’s not working . This is the last thing and I finish my project so if you help me I’ll really appreciate that. Images and my db Included in my zip
  5. Tinny

    Active Forms And Queries

    i try to get a query in a report from three diffrents forms but it works only from the active form (Main) and not from subforms. If i use only one form everythings it's ok SELECT tbl_Customers.LastName, tbl_Customers.FisrtName, tbl_Agreements.CarId FROM tbl_Customers INNER JOIN...
  6. Tinny

    Form to Report

    I need to export my form in a report choosing the name of the month and the agreement type. Chose a month and choose the type /12months /6months
  7. Tinny

    Smart Access Application (vbs)

    Hello everyone. This is my first post (for not asking help :) ) I look at topics for start up options etc and I think all of this it’s ok but there is a smarmiest way to start your application. So here we go.. We make a vbs Script Set WSHShell = CreateObject("WScript.Shell") WSHShell.Run...
  8. Tinny

    Separate Different Type Agreements

    Hello everyone … I am a Access Newbie and I have simple problem. My mind is stack and I can find the solution ….maybe it’s really simple but I don’t have a free time It’s hard.. So the problem is that I make one Database in Access (Really nice and simple program) .It;s about one Insurance...
  9. Tinny

    Form Validation (Experts Needed)

    Hello everyone… I am a VBA newbie and I wonder how can I do this…hard form me but easy for experts. I really need help because it’s left me 7 days before I’ll go to army and I have to finish this project... In my form i want to use these 2 cases So i need a VBA Validation Case 1= Payment...
Back
Top Bottom