Viewing 15 posts - 16 through 30 (of 39 total)
on the after update event of the employee id field, you could put something like:
Me.EmpName.Requery
to force it to refresh.
Dick
May 22, 2006 at 5:00 am
If you go with the TransferText option, there is no way to stop it from reading all fields and all records. So you could put it into a temporary table...
May 11, 2006 at 5:52 am
Sorry for the omission. I'm in Connecticut, and my clients are primarily in CT and surrounding states.
April 20, 2006 at 12:15 pm
I'm thinking that the problem may involve finding the correct name for the SQL Server instance. It would make it easier to troubleshoot if you can install the SQL Server...
April 14, 2006 at 8:45 am
I guess you are saying that you can't switch to an Access .adp, which would give you the ability to set up the subreports using stored procedures driven by a...
April 14, 2006 at 8:35 am
As Luke said, I would ask for some guidance from your ISP. Many do not allow direct access to the SQL Server, but I would think that if you had...
April 14, 2006 at 8:26 am
This process could be automated with some programming. I don't think the above approach would be enough if your database involves related tables, autonumber fields, etc. And the upsizing wizard...
March 29, 2006 at 5:11 am
I've been a proponent of using ADP's for Access applications involving a SQL Server database, and would be interested in some links to the anti-ADP "rumblings" you mention, since I...
March 27, 2006 at 9:42 am
Did you make sure that when you split the database all the temporary tables were in the front end rather than the back end (where data would normally be)?
Dick
March 22, 2006 at 4:52 am
It seems to me it makes a difference whether you will always only be using these 10 tables, or would eventually like to use all of them. Relinking 400+ tables takes...
March 21, 2006 at 9:12 am
I think you need to find a new programmer. First of all, there is no reason why the tables should need to be relinked every time. And if you used...
March 21, 2006 at 4:43 am
I would think it might be a better idea to create a stored procedure to truncate, and give the operator execute permission on the SP.
Dick
March 10, 2006 at 4:40 am
Whether you are working with an mdb or adp, I believe the most efficient means of doing this would be having some extra columns (possibly hidden, ie width=0) in the combo box. ...
January 23, 2006 at 6:35 am
There are some differences, though. I found, for example, that in a report =Sum([a]+) will work fine with an Access back end, but that you need to use =Sum([a])+Sum() in an...
September 30, 2005 at 5:13 am
If you have trouble getting the report formatted the way you want, I've sometimes had better luck by setting up some extra grouping fields, so that I can put each...
September 27, 2005 at 6:13 am
Viewing 15 posts - 16 through 30 (of 39 total)