if you put the start date and end date and you press preview you get a report with all customers in that period of time.
I need to filter thereport for one single customer choosing the customer from the combo box customer details.
the combo box is not attched to anything
the forum limites is 750 my database is bigger 1.25
I can not send you my database through the forum
my e.mail is cmaurello@hotmail.co.uk if you can send me an e-mail and I can forward you my databse
Hi
I have attached the database, this databse is working with back end and front end databse.
You should opne the jmaur03_d3fmaFE that FE is for front end.
the form I am inquiring about is the form OrderByCustomer....
Many thanks
If I put first column o and second to 1, I can only see the customer name but it give me error that I should put a number there...
what do you mean? Make sure ID is in the first Column and that it is also the bound Column.
I am not able to make it work.
my form has not data in the form is...
I have form that has on calendar control that i select the date for two text box that are the start date and end date, the two text boxes (start and end date) are connected to the queries buy a parameter in the Date fields:
Between [Forms]![frmOrderByCustomer]![txtBeginDate] And...
Dear All,
I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database.
This is the code:
Compare Database
Option Explicit
Private objWord As Object
Private...
Dear All,
I Have created the following pices of code that help me to fill the following filds (Date, TO and Text) in a word document automaticaly taking the relevant information from my database.
This is the code:
Public Function CreateWordMemo()
' Open memo in Word and insert text...