|
| rastreadores GPS Ratreador gps localizadores bloqueadores 8465605 |
CENTRAL ÚNICA DE VENDAS
10 Marcas de ratreadores, Compare e Compre.
Rastreador de Veículo
Rastreadores de Veículos
Rastreador GPS
Rastreadores GPS
Rastreador Ituran
Rastreadores Ituran
Rastreador Portátil
Rastreadores Portáteis.
Assistência 24 Horas
Visite agora mesmo nosso site.
http://tel011-50523122.vila.bol.com.br/
Graber - Teletrim - Tele Trim - Ituran -
Rastreadores gps , Localizadores, Bloqueadores
Graber - Teletrim - Tele Trim - Ituran -
Ra ...
|
| Read Entire Conversation |
|
| DoCmd.TransferSpreadsheet acExport using a view as the source |
is there some reason i can't use a view as an export source with
DoCmd.TransferSpreadsheet acExport?
i gat an error message that says my view cannot be found.
triple checked the spelling etc.
tia,
mcnewsxp
|
| Read Entire Conversation |
|
| Lady Only |
Lady only 24-Hrs +91 9810577227
OR email to info@lenstar.org
|
| Read Entire Conversation |
|
| Read |
Lady only 24-Hrs +91 9810577227
Send email to info@lenstar.org get access code.
|
| Read Entire Conversation |
|
| conditional calcuations |
Hi,
I am doing an access project with SQL backend. I am sure this must have been
discussed earlier, but was not able to trace the solution:
i have a field for which i want to formulate the below, except that instead
of 0 for the false, it should allow me an input.
Currently if the status is 2, it correctly computes the value, but when the
status is any other number, it returns 0 because of the below statement. Can
someone please help me formulate this so that when false it ...
|
| Read Entire Conversation |
|
| Push and Pull |
I developed a database using access. One of the item requires that if
an number is chosen the description of the material number must be
shown with it. This part works for me; however, once the rest of the
info. is entered the information of the both number and description are
not displayed in the table. Can anyone help? I'd appreciate any
advise.
|
| Read Entire Conversation |
|
| Call SP from command button |
Hello using ADP, I have a form that takes user input in various text boxes
that are all unbound (not tied to rowsources) because the inserts need to be
dynamic. There is a checkbock that determines how the record(s) will be
inserted. (unchecked causes single table insert, checked performs a 2 table
insert) How do i code a command button's onclick event procedure to call a
store procedure to do this?
How should I code the SP to perform the double inserts (into different
table ...
|
| Read Entire Conversation |
|
| Relationships - Cascade Update and Delete |
Hi
I set up Cascade Update and Delete relationships in a Database Diagram,
within SQL Entreprise Manager.
The relationships were to a Clients table.
If I change the Clients table design within Access ADP, I get message like
the ones below. It removes the Update/Delete that I set up.
'Submissions' table
- Relationship 'Submissions_FK00' is marked for CASCADE UPDATE. This
attribute will be lost.
- Relationship 'Submissions_FK00' is marked for CASCADE DELETE. This
attr ...
|
| Read Entire Conversation |
|
| Case When |
Greetings everyone. I need help with a stored procedure. I need to add a
column to enter a value, either 1,2, or 3 depending on the value of another
field in the query. For example, if the value of the independent field is
'apple' I need the new dependent field to populate '2'. I think I need to do
a case when statement, but I can not get it to work. Is this anywhere close?
case when type_of_fruit= 'apple' then '2'
Do I enter this directly into the column field of the grid ...
|
| Read Entire Conversation |
|
| Prompt for SQL Login if no Windows Auth available |
Hi,
I apologise if this is a question that's been answered everywhere else.
This week I'm helping out the employer of a friend (Kelvin Wilson) who died
recently. Kelvin has a nice .adp which connects using Windows Auth to a SQL
box.
I'm tasked with providing access (via SQL Login) to users who don't have
Windows accounts. The SQL box is set up to allow both authentication
methods.
What I would like is to be able attempt a Windows Login, but then prompt for
SQL Login de ...
|
| Read Entire Conversation |
|
| ÎÒµ¨´ó |
ÎÒµ¨Ð¡,¼áÇ¿,ÓÐÓÂÆø,³äÂúÐÅÐÄ,ÓÐ¹ÇÆø,´Ó²»µÍÍ·.
|
| Read Entire Conversation |
|
| ´ó¼ÒºÃ |
Ϊʲô½ñÄêµÄÌìÆøÕâôµÄÈÈ£¬ÓÐËÖªµÀÂð£¿
|
| Read Entire Conversation |
|
| ´ó¼ÒºÃ |
Ϊʲô½ñÄêµÄÌìÆøÕâôµÄÈÈ£¬ÓÐËÄܹ»ËµÒ»Ï¿´·¨Âð£¿
|
| Read Entire Conversation |
|
| Problem after upsizing |
I've done the upsizing of my Access database with the SSMA wizard of Access.
This has worked well, but I've got the following problem:
On a lot of places I have this code:
Set DB = DBEngine.Workspaces(0).Databases(0)
Set MyTable = DB.OpenRecordset("Name_Of_Table", DB_OPEN_TABLE)
When I run the code, it gives me an error:
'Illegal operation' (something like that, I have a Dutch Access...)
I've changed the DB_OPEN_TABLE to DB_OPEN_SNAPSHOT. This works on some
places, but wh ...
|
| Read Entire Conversation |
|
| Global Variables for Query Parameters |
I am missing something very basic that I need so I apologize for my inability
to grasp the obvious (because I'm sure it is) in advance.
I had an .mdb that I have converted to .adp. There are many forms that
provide the criteria for either the underlying queries or recordsets such
as...
PARAMETERS [Forms]![CallList_Frm].[BegState] Text ( 255 ),
[Forms]![CallList_Frm].[BegState] Text ( 255 ),
[Forms]![CallList_Frm].[BegDate] DateTime, [Forms]![CallList_Frm].[BegDate]
DateT ...
|
| Read Entire Conversation |
|
| SQL Scripts |
Hi
Still working away on my ADP. Originally I took a copy of the Live SQL
database, and made any changes to the copy. So I'm ready to update the Live.
Most of changes are new tables. So I've generated some scripts, from within
table design. Thank MS for the auto script generator, as I hate writing
scripts!
Some questions:
1) I now have several scripts. Is is better to create one large script and
paste them all in there?
2) In general, do people here prefer to run the s ...
|
| Read Entire Conversation |
|
| SQL Tables |
I'm trying to convert a complex .MDB database into .ADP. This is all new to
me so I'm learning. I have read here that ADp files don't have data. If
this is so, where is the data? Currently all my data resides on an MDB file
(I long ago split the code from the data). What do I have to do to get those
tables onto the SQL server so my MDP front end can see/connect to them?
Please be very clear with your answer as this is all very new to me.
Thanks,
|
| Read Entire Conversation |
|
| Problem updating NText field and query timeout |
Hi there
Has anybody experienced Timeout issues on updating NText fields in SQL
Server 2005?
Ive been using a procedure in an MS Access application, to read in the
contents of an Ntext
field used for notes into a local string variable.
Then further notes are added to this and then an update statement writes it
back to the NText
field.
Ive used an updateText procedure but this is also timing out.
The field has been in use and has been updated to before.
many thanks
Chris
|
| Read Entire Conversation |
|
| Windows Vista & SQL server 2005 |
Does anyone have a clue how to get SQL server 2005 and express to work with
WIndows Vista Build 5384??
They say there is a fix coming for this compatability issue, but that is
not until the end or early next year. Is there something that can be patched
or a work around. I am at wits end trying to solve this delima.
Any suggestions or fixes would be highly appreciated.
|
| Read Entire Conversation |
|
| test2 |
|
|
| Read Entire Conversation |
|
| Convert VB.Net Datatable to Access File |
So I've used ado.net to retrieve me a data table and I want to drop
this as an mdb file. Does anyone know how to do this? Everyone seems to
be going in the reverse direction.
Thanks!
|
| Read Entire Conversation |
|
| sql in access with date format |
hi.
i want to group by date field and display it in format of dd/mm/yyyy.
the problem is when i use the order by Format([dateCreate],"dd/mm/yyyy"),
its not order by real date.
any solution for that ?
|
| Read Entire Conversation |
|
| How does Access change primary key value in RI relationship? |
We are using .adp projects. Lookup tables typically have a single field for
the key to a lookup table that populates combo box lists.
These lookup values are stored "as is" in the detail data tables, and RI'd
back to the lookup tables. Example: lookup table primary key values for a
Color table, primary Key (ColorID): Red, Brown, Blue, Green, etc.
Data table has a column named ColorID that is RI'd to lookup table, with
Cascade Update ON.
What or how does Access do underneat ...
|
| Read Entire Conversation |
|
| ADP and SQL data concurrency |
One of my developers tells me when using an Access ADP against a SQL Server
2000 back in there are concurrency issues. He has seen one user edit a
record while another user has the same record open and then the second user
can make changes and save the record without receiving any "the data has
changed" prompts.
Any ideas here?
|
| Read Entire Conversation |
|
| DoCmd.OpenReport with Where condition - how to show Where value on report |
Hi, I'm opening a report from code and I'm using the Where parameter of
the OpenReport method.
Is there a way I can reference all or part of that where condition in
the report itself and print it in the Report or Page Header?
thanks,
Bruce
|
| Read Entire Conversation |
|