Dimitris, As far as I know you can split your database into front-end and back-end. Then put the back-end (with all the tables and only tables) on the...
NEW JOBS NEWS@NRIX BAGGAGE RULES for NRIs NRI INVESTMENT GUIDE VACANCIES IN SINGAPORE VISIT: www.nrix.info Be a better Globetrotter. Get better travel answers...
I have a report that I want to email. I am using (or at least I want to use it) that is a claim report. I am using the sendObject, acReport, "MyReportName",...
NEW JOBS NEWS@NRIX VISA AVAILABLE FOR INDIANS FOR SAUDI ARABIA (JEDDAH) JUNE 5 Get Paid for Reading SMS on your Mobile JUNE 5 Your Great Help Solicited JUNE 5 ...
NEW JOBS NEWS@NRIX VISA AVAILABLE FOR INDIANS FOR SAUDI ARABIA (JEDDAH) JUNE 5 Get Paid for Reading SMS on your Mobile JUNE 5 Your Great Help Solicited JUNE 5 ...
Wow, 2 spams from the same guy in under an hour. Doesn't sound like he wants to participate in our group :) Neil Squires _____ From: ms_access@yahoogroups.com...
Dear All, Please be introduced about the new website focusing information for NRIs. www.nrix.info You can post your valued information by sending an email....
I want to open a form with filtered data. If the filtered data contains no results I would rather the form not open and display a message that nor records...
... the ... I have 9 versions of the same database running separately at different divisions. I run a series of macros that pull the data off of each of those...
Hi I hope I can explain this clearly here. I am trying to build a employee database. Within this database, I'm trying to build a schedule of who's working,...
Hi Is there a way to use access to figure out a rotating day off pattern and have it output it in a calendar format? The pattern is a reverse pattern, ie. if a...
I use the build function with a like command that allows the user to enter specific data for a search. My problem is that the need to enter specific data for...
I am trying to use an Excel file as a template for an Access report. To do this, I have linked the excel range to an unbound OLE frame. The OLE frame is placed...
Have a look at "Creating an Audit Log" by Allen Browne http://www.allenbrowne.com/AppAudit.html ... a field (memo type) called status log. I would like a new...
Group, I have a "Save Record" command button on my form. When I click it to save the file it does not add the record I just entered. However, when I close...
Thanks Neil! I'm getting a "Compile Error" "Method or data member not found". Where in the code below should I put it? Sorry I'm not that familiar with VBA....
Can i make a database that i can track who takes what tool out of my tool room? Also can i use a barcode scanner to make it dummy free? Hence the user would...
The short answer is "Yes". You would need to have several tables for tracking purposes. I can think of a user table. A user tool table, and a tool table which...
Hi all, i have a form A connected to a table A and I have placed a button there that will open a form B that connects to a table B. A couple of fields r common...
All you have to do is make sure the field that connects the two forms is filled in (the primary key and the foreign key). Then refresh the form you could...
I have a word document with several checkbox fields. I want to be able to change the checkbox properties but not sure what the correct syntax is using vba. ...
well, i finally managed to it. In the event that starts the form B, after the form has been opened i have used a very simple way in VB to fill in the values: ...