Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9238519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:46:56+00:00 2026-06-18T07:46:56+00:00

My main question is if I am searching for a Record in Access, is

  • 0

My main question is if I am searching for a Record in Access, is there a way to make it so that if my search does not find a record, that I can be prompted to make a new record based off that search Criteria?

For instance, if I was searching for a last name Burge to make sure Burge wasn’t in my record and I found out it isn’t, to then have Access prompt me if I want to create a record based on that name?

As of right now, I am just using the search button that is in Access. I haven’t done anything to it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T07:46:57+00:00Added an answer on June 18, 2026 at 7:46 am

    I suspect you will need to override this ‘search’ bar and implement your own. Put your own unbound text control in the header (or footer) portion of your form. Next, disable navigation buttons to force the user to use your controls. In the after update event for your textbox that you’re using to search, you will set your Form.Filter property to your text box control. Like

        Me.Filter = "LastName = """ & Me.txtLastFilter & """ 
    

    Then you will check to see if the record wasn’t found. By default, the filter will open a new record if the filter criteria is not met. You may then set the new record’s Last Name value to your filter boxes value with something like

       if me.newrecord = true then
        me.LastName = me.txtlastFilter
    

    This is just one of many ways to do this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the main question I guess : Is there a .NET way to get
My main question is given a feature centroid, how can I draw it in
My main question is : Is there a good practice to serve binary files
I am currently trying to make a test site that allows users to record
I've been searching here on SO but I can't seem to find the answer
After searching aroung SO, one question taught me that the lexical scope of an
Rather noobish question but I have tried searching and just cannot find a solution.
Main question is what are the implications of allowing the this keyword to be
I guess my main question is, will this always work as long as I
The title is the main question. The exact scenario (I am 'using namespace std;'):

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.