473,569 Members | 2,901 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing "marks" from database

Hello

I've got project in my school which is Access database.
My teacher said that if she notice any signs of using someone's else
project, then she will fail that person.
I've used some parts of my friend's database and now when I open my mdb in
notepad, I can see names of my friend's labels, fields etc. names.
It's strange because I've deleted all that fields via Access in my database.
Is there any way to clean them ?
I've already compacted and repaired my database.

Greets,
Emb

Jan 11 '06 #1
11 2026
Red
lmao, the "owner" of the db is set when a table/form/query/module/macro
is set when the item is made...

There is an easy way to fix it, but, that would be cheating, now
wouldn't it?

I would suggest this (This would be the HARD way):
Make a NEW database,
look at his work, and go through each object, and replicate it
yourself.

I know you wanna go the easy route, but, this will teach you more about
how Access works. Trust me that it may seem stupid, but VBA is a great
way to learn the basics of object orientated programming.

~Red

Jan 11 '06 #2
Embrion wrote:
Hello

I've got project in my school which is Access database.
My teacher said that if she notice any signs of using someone's else
project, then she will fail that person. Is there any way to clean them ?


Yes, do the work your teacher told you to do instead of copying part of
it from your friend.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Jan 11 '06 #3
Uzytkownik "Red" <do**********@g mail.com> napisal w wiadomosci
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
I would suggest this (This would be the HARD way):
Make a NEW database,
look at his work, and go through each object, and replicate it
yourself. This is the way I did but one or two times I copied my friend's query to my
db to test why my version doesn't work and deleted it after checking but it
seems Access still remember it "marks"
I know you wanna go the easy route, but, this will teach you more about
how Access works. Trust me that it may seem stupid, but VBA is a great
way to learn the basics of object orientated programming.

I code C++ so I know something about object oriented programming :)
Like I said before, I was looking at my friend's project and adapting it in
mine and I must admit I've learned a lot of VBA ;)

Could You give me this easy way of fixing that ? :)

--
Greets,
Emb
Jan 11 '06 #4
In message <dq**********@i news.gazeta.pl> , Embrion
<em************ ****@wp.pl> writes
Hello

I've got project in my school which is Access database.
My teacher said that if she notice any signs of using someone's else
project, then she will fail that person.
I've used some parts of my friend's database and now when I open my mdb in
notepad, I can see names of my friend's labels, fields etc. names.
It's strange because I've deleted all that fields via Access in my database.
Is there any way to clean them ?
I've already compacted and repaired my database.


The usual way to recover from this sort of problem is to restore the
database from a backup taken before you made those changes. You might be
one of the few people who learns this before they start their first job.
Learning that lesson is worth more than a few marks.

--
Bernard Peek
London, UK. DBA, Manager, Trainer & Author.

Jan 11 '06 #5
Red
You could compress the database after removing the offending objects,
this should remove traces of his stuff. And, if your teacher asks, you
can always tell him/her that you were trying to learn from your friend,
so you imported his work, and was figuring out how it worked.

I am sure, however, your teacher will not use a text editor to check
for tracings of other peoples work.

~Red

Jan 11 '06 #6
Create a new blank MDB. Import everything from your "cheater" MDB into the
new blank MDB. This will cleanup the garbage you are seeing.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Embrion" <em************ ****@wp.pl> wrote in message
news:dq******** **@inews.gazeta .pl...
Hello

I've got project in my school which is Access database.
My teacher said that if she notice any signs of using someone's else
project, then she will fail that person.
I've used some parts of my friend's database and now when I open my mdb in
notepad, I can see names of my friend's labels, fields etc. names.
It's strange because I've deleted all that fields via Access in my
database.
Is there any way to clean them ?
I've already compacted and repaired my database.

Greets,
Emb

Jan 11 '06 #7

Stephen Lebans wrote:
Create a new blank MDB. Import everything from your "cheater" MDB into the
new blank MDB. This will cleanup the garbage you are seeing.


Weren't you supposed to wait until AFTER the homework was due to tell
him that? <g>

Jan 12 '06 #8

<pi********@hot mail.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .

Stephen Lebans wrote:
Create a new blank MDB. Import everything from your "cheater" MDB into the new blank MDB. This will cleanup the garbage you are seeing.


Weren't you supposed to wait until AFTER the homework was due to tell
him that? <g>


Ya, I think Stephen kind of let the cat out of the bag.
Jan 12 '06 #9
I quit smoking several days ago. I am still at the point where I will try to
piss anyone off that I can.
;-)

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
<pi********@hot mail.com> wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .

Stephen Lebans wrote:
Create a new blank MDB. Import everything from your "cheater" MDB into
the
new blank MDB. This will cleanup the garbage you are seeing.


Weren't you supposed to wait until AFTER the homework was due to tell
him that? <g>

Jan 12 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
9753
by: Fred | last post by:
There is a setting in INIT.ORA that has the unintended side-effect of making sure the ALTER SYSTEM KILL SESSION command has immediate affect. Without this setting, I've seen some instances where the session reports as being KILLED in V$SESSION but is not physically removed until the instance is bounced. Does anyone remember this value offhand?
1
8054
by: David Furey | last post by:
Hi I have an XML documnet and a XSLT document as shown below THe XSLT document brings back a filtered docmument that has the VendorName that starts with a particular sub-string This works as expected with alphabet and number characters and the ' (single quote &apos; entity) character but does not work if a double quote character " is...
2
1653
by: DraguVaso | last post by:
Hi, I have a simple question regardign the syntax: do I have to need double quotation marks or single qoutation marks in my XML? For exemple:µ <?xml version="1.0" or <?xml version='1.0'
4
31199
by: Greg | last post by:
I keep getting an error when I have a tick mark in a text value that I am searching for in my XPath Query. Example: <Authors> <Author LastName="O'Donnel"> <Author LastName="Smith"> </Authors>
5
6735
by: Matt | last post by:
I will be grateful if someone explians this part colfree = FALSE; upfree = FALSE; downfree = FALSE; of the code below. I don't understand how this marks the downward and upward diagonals. How does downfree mark the diagonal?
3
1541
by: msnews.microsoft.com | last post by:
Hello All, In the "Find Dialog" (Ctrl-F) of the IDE there is an option called "Mark All". When I click "Mark All", this marks the occurences of my search text. How will I clear this mark? Thanks for your time.
4
2292
by: Terry | last post by:
I have a form that my wife uses to update her tennis racket website. I modified it to allow data entry, modify, and delete. If you enter an id number you get the matching record if there is one. The data from that record is now displayed in the form ready to change. The second submit of the same id updates the record. ...
31
4846
by: The Bicycling Guitarist | last post by:
Hi. For many years I have been using &quot; for double quotation marks in the HTML code, but the opening and closing quotation marks render the same in my browser. I'm considering going through and using &ldquo; and &rdquo; (in pairs as needed) instead. Are there any *disadvantages* to doing so, besides the time it will take to make the change?...
6
2546
by: newholborn | last post by:
Hi everyone. I have some questions, which should be rather easy to reply, but as I am working on PHP, JavaScript, XML, CSS, Photoshop and other stuff at the same time, my head, which is about to explode, would be grateful for any answers :). 1) I have created a simple navigation system which loads local html documents on a main big DIV element...
0
7693
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8118
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7665
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6277
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2105
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
933
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.