Hello,
I am trying to run a report from a query that will show me cancellation dates that are 4 weeks before an arrival date for my booking system.
I have a cancellation field and I have an arrival field. I have in the query "Is Not Null" as a criteria for cancellation so as only to pick out...
Hello,
I am trying to run a query that will only pick up records that have a specific field filled. i.e. i have a field that will be filled with a cancellation date uopn someone cancelling a booking.
My problem is though that when I run my query it just picks up all the records... how can i...
Hello, have 5 text boxes that upon choosing a date from a combobox fill with data from my controlsource.
However, all boxes fill with the same control souce... I would like the next one along to fill with controlsource+1, then controlsource+2, etc.. so that I can have all of my data on screen...
Hiya, I am using:
DoCmd.GoToRecord , Me.Name, acNewRec
to achieve a blank new record upon a user entering my form. They must then choose a company from a combobox before moving to my subform and choosing a date -
after the date has been chosen from another combobox -
the records become...
Hiya,
I was wondering if it were possible to enable textboxes in a form only after a user has pressed a button.
See what I have done is let the user select a company - from here a hidden subform opens up allowing the user to then interact with it! - the user however has to choose a week of the...