Hi Friends I have 5 multi select list boxes, lstBox1 thru lstBox5. the user can select 1 or more Items from each list boxes. i need to populate all the...
Hi, I have two fields one for "Amount in figures" and the other one "Amount in words". What I need is that after update of "Amount in Figures" the codes will...
Dear Jim and Jefferson, It seems there is something wrong with the formula. Up to my limited knowledge this formula means "add the number of the day to the...
Hi Jim, I didn´t understand how to use it, could you send me an exemplo.  Jefferson ... De: Jim Wagner <luvmymelody@...> Assunto: Re: [ms_access]...
Write an update query to update the seconf date ... From: rkulez <rkulez@...> Subject: [ms_access] workdays To: ms_access@yahoogroups.com Date: Friday,...
I have two controls on a form. This gives me the dates for the week the top has the following in the control source =DateAdd("d",-Weekday(Date())+2,Date()) the...
Dear friends, I have two date fields in my form. When I write a date in the first field I wish the second date will be 4 workdays more(excluding only sundays)....
I have an access 2007 report that includes photos and I want to export it to a html file ... the available options (unless I have missed something) will let me...
Here's the problem: I am the transportation coordinator for a Senior Center and do the scheduling using an Access 2007 database that I have designed. Fields in...
Look into the on_current property, and the visible property. Psuedo code to foolow: Control_1 on_current If me.value = 10 then   control_2.visible = true ...
Dear group members, I have a form with two controls named ctrl_1 and ctrl_2. 1) I wish ctrl_2 will be invisible when the form is loaded(opened?) 2) I wish when...
Peter I'm not sure if what you wrote is really true. I think an MDE file will still need MS Access to be installed on the computer for the MDE to run. However,...
I have a search screen in MS Access 2003, with a unbound text box to put in the parameter to search. I need to have all the text boxes in the columnar display...
Hello folks, I want to create a search form in MS Access 2003 where the user enters a ID in a unbound text box. There is a search button provided. Once the...
Is there a way in a query to pull the worsheet function percentile? I am working with a table of salary data and just need the 25th, 50th and 75th percentile...
FULL TIME ENTRY LEVEL WEB/DB APP PROGRAMMER POSITION ************************************************************* *** Please send all replies and resumes to...
What you are talking about in Access is the distributed file, an MDE. This file can be given to someone that does not have access and they can run the...
Access 2000, Developers edition, was supplied with a runtime module and a licence to install this with databases on other computers. I'n not aware that there...
I have an Access File that I would like to distribute to people who do not have MS Access on there computer. Does anyone know what is required? What are the...
WEB/DB Application Programmer for national cable service company ************************************************************* *** Please send all replies and...
... This will appear to your sql as a field that is NOT empty.< Wouldn't that also be the case when filtering for an empty field? I checked several of the...
Brad This may sound silly or I have missed a posting ......But, is it possible that you have spaces in the "empty" fields....??? This will appear to your sql...
... records< No. I am trying to create a query to eliminate blank fields in a column. There are close to 14,000 entries, 6070 are blank (when using a filter). ...