Production And Development Versions Of My Database Update Each Other

Mar 14, 2007

Hi

I keep the production version of my database on a server, and a copy of it for development work on my desktop. Today I've made several changes to the development version, which didn't work. I then opened the production version held on the server in a separate MS Access window to compare the queries/results to see where the problem was and have found that the changes have automatically updated in the production version. Can anyone explain this? They shouldnt be linked at all. The 2 versions both link to a datawarehouse through an ODBC link, but shouldn't be linking to each other (I'm using Access 2003).

Cheers :)

View Replies


ADVERTISEMENT

Modules & VBA :: Connection Cannot Be Used - Error On Production But Not Development

Jul 24, 2013

old Access database that's been upgraded through to Access 2000 or 2003 (probably 2000), but not beyond. Was rebuilt in Access 2003 format around 2006/2007 (by someone else who no longer works here). Being used now in Access 2007 and 2010. Uses DSN to connect to SQL Server backend. Last week it was SQL Server 2005, moved the back end on Saturday to SQL Server 2012. Changed the DSN when moving to the new server. But I don't think this has to do with the DSN (it's getting data just fine).

There's a data entry form. User enters a Generator ID, event triggers it to look for the details for the generator and load them into a generator subform. After it loads the information into the subform, and before the user does anything else, it throws "This connection cannot be used to perform this operation. It is either closed or invalid in this context."It triggers post update of the Generator ID:

Code:

Private Sub txtGeneratorID_AfterUpdate()
On Error GoTo Handle_err
Me.txtGeneratorID = UCase(Me.txtGeneratorID)
Call FillHandlerSubform(Me.subGeneratorInfo, Me.txtGeneratorID.Value)
If GetGenStat(Me.txtGeneratorID.Value) = "N" Or GetGenStat(Me.txtGeneratorID.Value) = "OB" Then
MsgBox "Warning Generator Status! " & UCase(Me.txtGeneratorID.Value) & vbCrLf & _
"This Generator has a status of N or OB!", vbCritical, "Bad Generator Status!"
Cancel = True
End If

[code]....

It doesn't throw this error in the development copy of the database, dev copy works just fine. It only throws it from the production version. They are located on the same network, just in different folders. They are pointing to the same database on the same SQL Server using a DSN file located inside the folder where the .mdb file is located (this is a change in the front end, prior to this it was using a DSN on each individual machine, but I changed it to stop that).

View 6 Replies View Related

Database Development

Apr 11, 2007

Hi,
I need to create a Database in Microsoft Access. Can anyone name me 3 different development methodologies I could use?

Thanks.

View 2 Replies View Related

General Database Development & Design Help!

Jul 27, 2007

Hi,

Right at the moment i'm baisically designing and building a software licensing management system fro my boss at the moment but I have had a snag, the face that its 3pm on a friday is not helping with my concentration either.

Ok so my problem is that i've got 3 tables (tblUser_Informantion, tblSoftware_Information & tblHardware_Information) all of which are related via a 4th table (tblReference) which holds the primary keys of each of the other 3 tables mentioned.
For all intents and purpose's the primary keys are named according to their tables i.e. (User_ID, Software_ID, Hardware_ID, Reference_ID etc...)

On my main form a User can select via a cmbo-box or search for a Person via Surname or search via Machine Asset number. Upon selection this fills a number of pre determinate box's below that containing you typical standard information. However under this is a subform showing what software the user has installed on the machine and on an alternate tab it shows the software license's purchased and assigned to that machine. So far so good.

However I want to create a button in which the user can add software for that particular person in the fields. The user will select the software from a listbox filtered by combo boxes filtering by Software Vendor etc... My problem is that when the user has selected this software title either via double click or an update button i want it to update the tblReference table. So baisically i need this button to grab the User_ID, Software_ID and Hardware_ID and place it in the tblReference table as a new record.

Hopefully i have explained this well enough for people to understand below is a jpg of my current main screen so you can hopefully get a jist of what im trying to say and do. However im open to suggestions if people feel they know a much better way of achieving my goal.. as i sed its friday afternoon and im feeling particulary slow so you'll have to forgive me!

Any help is much appreciated.

View 4 Replies View Related

Modules & VBA :: Updating Data Between Database Versions

Sep 17, 2013

I have been asked to add features (and fields) to an existing database containing private medical data. The idea is to add features to the empty database, test it with fake data, purge the fake data and deliver it to the user in another state with a simple update button. The Access 2010 database is in one piece (No front/back end).

I am looking for the best/shortest VBA method to move a lot of preexisting field data from the old database to the new version. I think I have it mostly figured out; I have code for counting, reading and writing the table names, field names and field data.

However, because the data types vary within the tables and there will be new fields in the new versions tables, my only idea, so far, is to code through the data table-by-table and field-by-field, a lengthy process with a large footprint. Moving entire tables or complete records may not be effective. Any faster way to transfer all these tables field data?

View 3 Replies View Related

Help With Summing Columns For A Total Production.

Jan 5, 2008

New to MS-Access and I'm trying to help our HR with creating a production tracking table.

This is just a small simple table with all 12 months of the year and a total production column for summing up everything that has been produced for the year. But being "very" new to access I have zero clue on how to do this. I would appreciate any Access for this dummy help I can get . Thanks in advance.

View 3 Replies View Related

Pushing Dates In Production Schedule

Aug 21, 2013

I have a database which I use for scheduling production. I would like to know if there is a way to "push" the schedule dates. I have multiple products scheduled for production but at times I need to adjust the production dates by pushing all the schedule dates ahead by one day. I don't want to re-enter all the dates to do this adjustments.

View 14 Replies View Related

I've Got A Humdinger... Bonus Structure Based Upon Production

Jan 27, 2005

:eek:

My boss threw a curve at me this morning and I need some guidence. I created a commission tracking db for our industry (automotive). Each technician will have a base commission that they'll get regardless of their production. Should they exceed their production by X, we would like to give them a bonus of 2% of all of their work. Should they exceed their production by X+Y, we'd like to increased the bonus to a total of 4% for their work during this pay period.

I need help with the table stucture, to start. My db currently contains a variety of tables including tblTech. tblTech contains information specific to each tech including their annual PERSONAL income goal (not to be confused with Bonus scale). Depending on a number of factors (ie. how long they've worked here, how much other responsibility, etc.), I'd like to assign a bonus tier to each technicial. ie. Technicial A = Joe. Joe is promoted to manager and therefore needs a greater bonus for the same amount of production. I'd like to assign him to Tier 2 where he makes more then a Tier 1 one employee.

I'm having a hard time getting focused. All suggestions are appreciated.

View 6 Replies View Related

Forms :: Button To Reset A Hourly Production Log?

Jul 17, 2015

I currently have a continuous form in my database that has 24 records in it. every record is blank except for a time (I will post a screenshot)

Our employees are instructed to enter various information every hour in this form. coding a button that, when clicked, will create 24 new records in the table that this form is based on, insert times in those 24 records, and then display those 24 records in the form. It would have the illusion that the end user it "resetting" the form at the end of his shift and preparing a clean form for the next person.

In the spreadsheet that we currently use, there is a button that, when pressed, saves the workbook with the date in its file name and then clears all of the end-user's data so that the next shift has a clean spreadsheet to use. I would like to mimic this button as closely as possible in MS Access

I understand that this database design is not exactly ideal in the world of database engineering; however, I was told to make this a perfectly seamless transition from the excel spreadsheet we currently use (there is a folder with 900+ workbooks from over the years. This obviously makes the information useless - we need all of the information in one file - this database)

View 14 Replies View Related

General :: Access Production File Extension?

Jun 10, 2013

I want to release an Access program to the production environment for users. I remember there being a file extention that can be used so the users cannot access the DB or Code.

View 2 Replies View Related

Web Development

Dec 5, 2005

I'm after a bit of advice....
Have developed a booking system for a client, Access 2003 adp front end with SQL Server 2000 backend, they want to offer search and view facilities on their intranet and possibly on the internet. Very broad but Simple question, whats the best way to do it ?:eek: having never done any web development....

It will purely be a couple of combo boxes populated from the SQL server for selection, followed by the display of the results, possibly with an email button.

At a loss as to where I should start, can I do anything in Access or possibly ASP.NET or something else ????

Apologies if this is in the wrong thread, and many thanks in advance for any responses,

GRW

View 1 Replies View Related

General :: Query For Daily As Well As Cumulative Production For Month

Jan 28, 2013

I have a production application in which i have a table named daily_production with fields as ( prod_id, date, productname, qty ). Now I want a daily production query as

date : xx-xx-xxxx
productname | qty | monthlysum(for thsi product) | daily average |

I want this on a single query so that i can make a report out of this .

View 12 Replies View Related

General :: Production Schedule Output To Monthly Calendar

Apr 13, 2013

I need to make a report that shows a work schedule for 10 employees. I need it to print in a monthyly calendar format with horizontal lines to show start and end date and time. I need it to show that there is or is not any overlap for that machine."

It has been a while since I have created a DB and I get some of this okay. So far I think I need three tables. One is the machines. Two is the product schedule (how long it takes to produce X number of products). The last would be work orders and that pretty much covers the data.

I think most of the data can be maniputated by queries and that is even done on the report. The report as we all know is the reason for a database. If it was just about the data it would be simpler to do a spreadsheet. It could get fancy and make a pivot table. That output can be a calendar of sorts.

View 2 Replies View Related

Development Contract

Oct 30, 2006

Placed this query in another section of the forum without response - possibly wrong section so please forgive me for duplication

Does anyone have a sample development contract subject to UK legislation. I need one for a project that is quoted at £4,500 stg and as this is my first biggie I want to keep myself covered.

whilst I know you may suggest I go to a solicitor I can't really afford to. some of you may say that I can't afford not to but hopefully after a couple of biggies like this it will be possible.

Thanks

Humph

View 2 Replies View Related

Development Issue

Nov 28, 2007

Is there a way to kick all users out of the database so updates can be made? I have an Access database that is used by several different machines. I need to make my updates around 4pm each day but sometimes the operators forget to log off. I need to be able to kick everyone out so that I can get my updates made on time.

Any ideas?

View 2 Replies View Related

Need Development Advice

Jul 22, 2007

Hello,

I am looking for some advice on how to go about solving a problem.

I created a database 1 primary table with 1 other table, linked in a form with a 1 to many relationship.

The PK is auto assigned for both tables.

I want to have say three different companies use the same database but with some kind of unique ID for each company so when I bring all of the data together into one database it will all merge but be sortable by the company that created the data.

As some of you will note I thought that defining the PK for each record was the way to go but it seems that this is not going to work.


Any suggestions?

Thanks!

Fen How

View 2 Replies View Related

Development Plan Db

Apr 10, 2008

I doing a db that is supposed to show the development plan of some persons.

2 tables:
graduates
departments

in the graduates table there are among other data about the graduates, four fields for their departments in the next year.

i have called them:
rotation 1
rotation 2
rotation 3
rotation 4

these rotations should be choosed from the departments table, so i have created a lookup dropdown list in these fields.

now i want to show a query that shows a list of all the departments with the linked graduates. something like this:

Rot 1: Rot 2: Rot 3: Rot 4:
dep 1: Ben John - James
dep 2: James Ben John -
dep 3: - - James -
dep 4: John - Ben -
dep 5: - - - John
dep 6: - James - Ben

'-' = meaning empty field (onley for illustration in this forum)

My question is how i set up the links between the tables to create a query that show this.

Thank you.

View 1 Replies View Related

Mdb, Mde, And Versions....

Nov 4, 2005

Should be a quick and easy question here... I'm getting close to splitting a DB. Back end mbd, front end mde. Searched the forum and a few other places. One subject didnt seem too clear... I developed the db in access 2002, a few of our computers are running 2003. Will I run into any problems with this setup??

Thanks

View 3 Replies View Related

How To Get Started With Access/Web Development

Aug 26, 2005

Hello:

I've been using Access as my database development tool for a few years. Now I would like to start learning how to use Access in conjuction with other tools (such as ASP, vb.Net, etc.) to develop web applications. Can anyone point me in the right direction, offer ideas on how to get started? I don't know how things work between an Access db and the Web.

Thank you very much.

Raneil

View 4 Replies View Related

Access Development Prices

Oct 16, 2005

I recently got asked by a friend to set up a database for him to store his business contacts (so he can do mailshots etc) along with some basic order history. I've come up with the basics of this database (attached). There is still some work to do on it, a bit of tidying up and some reports etc but I need to go and see him show him what I've done and to clarify exactly what reports and stuff he wants.
I'm only doing this in my free time but he has said he'll pay me for my efforts. I don't feel I can really charge an hourly rate though as I'm still only learning the ropes and what might take me several hours might only take an experienced developer an hour or even 10 mins! :o
So I guess what I'm asking, is could those of you who are self-employed, or indeed anyone who has some idea of what the going rates for databases are, take a look at what I've done and give me an estimate of how long it would have taken to put together something similar and how much you would charge for it (either in total or per hour).
I'm also sure that some of what I've done could have been done a lot better, so if anyone has any views on improvements I could make, I'm all ears. :)

View 2 Replies View Related

Access Development Extensions

Oct 27, 2005

I am need of urgent help with the following situation:

Currently my project has been developed on my computer with frontend Access, backend SQL Server (on our companys server). Now that I am testing release as soon as I create the package and install it on any other computer it says that it cannot connect to the SQL Server...

Is there something I should add (macro) or otherwise to make sure that it recognises the SQL server and connects?

As a point of note the release will be on the RunTime engine rather than full access.

Thanks for any help.

Phil

View 4 Replies View Related

Software Licensing DB Development Help.

Aug 15, 2007

Hi

I'm building a Software Licensing Database & I have come across this particular problem and i am not 100% sure which way would be the best way for me to solve it. So far I have created the database so that a user/software/license can be added to the system. The main form display's users information and below in a tabbed subform it displays the installed software on the machine. On the second tab it displays the license's attached to that machine. On each of these subforms its provides the user to add/delete software/license's however my problem is with error handling within the system. I have managed to make it so that a user can only selelct license's that are specific
Each License can cover anywhere from 1 to <x-amount> of pc's. What I want to be able to do is the user can select a license if their is 1 available and a small text box which denote's how many license's are available. So i know im going to need a license count which is easy enough using a SUM within a query. It is the error handling that im stuck on. I need to create a statement using the 'equal to or greater than' operator if possible saying
If NumberofLicenses >= then add license
Else If vbOKonly message - "Insufficient License's to cover this piece of software please purchase & add the new license to the system then try again"

Something along those lines.. I just dont know where this would go or how to write it! If anyone has a better way of achieving this.. fire away im open to ideas!

cheers

Ally

View 1 Replies View Related

Access Versions

Aug 28, 2006

Hi all

Built an Access database using A2k3 but using the A2k format.

Having more or less completed the Database, I have tried it on several PC's that I have round the office here.

All works fine except for one form.

It works perfectly well on Access 2003 and also on Access 2000 version, but for some reason it wont work on on Access 2002.

I have added the screen shots. Anyone with any ideas?

View 1 Replies View Related

Hourly Rate Of Pay For Access Development

Nov 8, 2005

I am self-taught on Access and have designed a quite basic database for a friend who owns his own company. This is a client contact database designed to hold information about his clients and their companies, but also to send reminders to Outlook when they haven't been contacted for a while - ie. to make my friend more proactive in his business.

This was a project which I originally agreed to work on for a fixed price. Needless to say, I undersold myself and probably because I am self-taught, with the number of hours I have put in, I probably got paid 2p an hour!

The project is drawing to a close, but he wants to pay me per hour for any further development to the system, and for any similar work he wants doing, problem is I haven't a clue what to charge him per hour?

Any ideas, without divulging your well-earned salaries of course!

View 8 Replies View Related

General :: How To Open MDB In Development Mode

Aug 15, 2012

how do I search for how to open an MDB in development mode, not active running mode ?

View 4 Replies View Related

Using ActiveX Calenders Across Different Versions

Mar 20, 2006

Hello, I wrote an access program using version 2000 and the activex calendar 11.0 which came with the software. When i tried to run the same program on access 2003 none of my dates worked and I got error messages all over the place. Help!

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved